Forum Replies Created

Viewing 1 replies (of 1 total)
  • What would the name of the database be?
    Struggling over here on this one part!

    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘wordpress’); // The name of the database
    define(‘DB_USER’, ‘root’); // Your MySQL username
    define(‘DB_PASSWORD’, ”); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this

Viewing 1 replies (of 1 total)