Make WordPress Core


Ignore:
Timestamp:
03/08/2007 06:31:46 PM (19 years ago)
Author:
matt
Message:

People are confusing the part they should edit with the part they shouldn't, so let's make the example values a little more self-evident.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config-sample.php

    r4867 r5001  
    11<?php
    22// ** MySQL settings ** //
    3 define('DB_NAME', 'wordpress');    // The name of the database
    4 define('DB_USER', 'username');     // Your MySQL username
    5 define('DB_PASSWORD', 'password'); // ...and password
     3define('DB_NAME', 'putyourdbnamehere');    // The name of the database
     4define('DB_USER', 'usernamehere');     // Your MySQL username
     5define('DB_PASSWORD', 'yourpasswordhere'); // ...and password
    66define('DB_HOST', 'localhost');    // 99% chance you won't need to change this value
    77define('DB_CHARSET', 'utf8');
Note: See TracChangeset for help on using the changeset viewer.