Skip to content

Instantly share code, notes, and snippets.

@nikartm
Created July 13, 2015 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikartm/7181839b5725cd7a0d7d to your computer and use it in GitHub Desktop.
Save nikartm/7181839b5725cd7a0d7d to your computer and use it in GitHub Desktop.
MySQL Data Base settings
<?php
define('DB_USER', "root"); //login DB
define('DB_PASSWORD', ""); // password DB
define('DB_DATABASE', "DataBaseName"); // name DB
define('DB_SERVER', "127.0.0.1"); // server IP
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment