1// ** MySQL settings - You can get this info from your web host ** //
2/** The name of the database for WordPress */
3define('DB_NAME', 'database_name_here');
4/** MySQL database username */
5define('DB_USER', 'username_here');
6/** MySQL database password */
7define('DB_PASSWORD', 'password_here');
8/** MySQL hostname */
9define('DB_HOST', 'localhost');
10
1// ** MySQL settings - You can get this info from your web host ** ///** The name of the database for WordPress */define( 'DB_NAME', 'database_name_here' );/** MySQL database username */define( 'DB_USER', 'username_here' );/** MySQL database password */define( 'DB_PASSWORD', 'password_here' );/** MySQL hostname */define( 'DB_HOST', 'localhost' );[