Forum Replies Created

Viewing 16 replies (of 16 total)
  • This
    ———–
    define(‘DB_NAME’, ‘wordpress’); // The name of the database
    define(‘DB_USER’, ‘wordpress’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘wordpress’); // …and password
    ——–
    should be some thing like this
    ————-
    define(‘DB_NAME’, ‘name of your database’); // The name of the database
    define(‘DB_USER’, ‘name of the user’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘password of the user’); // …and password
    ————————-

Viewing 16 replies (of 16 total)