I’m Stumped.
-
I am hosting with Brinkster and they have confirmed that my user name and passwords are correct as well as MYsql db settings.
This is what my first line of code looks like for the wp-config.php
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpresss’); // The name of the database
define(‘DB_USER’, ‘UN’); // Your MySQL username
define(‘DB_PASSWORD’, ‘PW’);
// …and password
define(‘DB_HOST’, ‘localhost’);
…. and so on…Does php create its own db? do I have to create the db on the server. I have already tried this and it still does not work.
And ofcourse this is the Classic error message that I am getting
Error establishing a database connection…
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘I’m Stumped.’ is closed to new replies.