Created
July 13, 2015 01:34
-
-
Save nikartx/7181839b5725cd7a0d7d to your computer and use it in GitHub Desktop.
MySQL Data Base settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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