Changeset 5001 for trunk/wp-config-sample.php
- Timestamp:
- 03/08/2007 06:31:46 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-config-sample.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-config-sample.php
r4867 r5001 1 1 <?php 2 2 // ** MySQL settings ** // 3 define('DB_NAME', ' wordpress'); // The name of the database4 define('DB_USER', 'username '); // Your MySQL username5 define('DB_PASSWORD', ' password'); // ...and password3 define('DB_NAME', 'putyourdbnamehere'); // The name of the database 4 define('DB_USER', 'usernamehere'); // Your MySQL username 5 define('DB_PASSWORD', 'yourpasswordhere'); // ...and password 6 6 define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value 7 7 define('DB_CHARSET', 'utf8');
Note: See TracChangeset
for help on using the changeset viewer.