mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Standardize db config-sample values. fixes #11523
git-svn-id: https://develop.svn.wordpress.org/trunk@13837 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
|
||||
// ** MySQL settings - You can get this info from your web host ** //
|
||||
/** The name of the database for WordPress */
|
||||
define('DB_NAME', 'putyourdbnamehere');
|
||||
define('DB_NAME', 'database_name_here');
|
||||
|
||||
/** MySQL database username */
|
||||
define('DB_USER', 'usernamehere');
|
||||
define('DB_USER', 'username_here');
|
||||
|
||||
/** MySQL database password */
|
||||
define('DB_PASSWORD', 'yourpasswordhere');
|
||||
define('DB_PASSWORD', 'password_here');
|
||||
|
||||
/** MySQL hostname */
|
||||
define('DB_HOST', 'localhost');
|
||||
|
||||
Reference in New Issue
Block a user