Database Problems
-
On closer inspection, the instructions are indeed very simple, just a few confusing things for newbies.
At any rate, I think I have everythingn properly configured, and I uploaded all the files to my online website. Then I found the MySQL icon in my C-Panel and created a new User, Password and Database.
As you probably know, C-Panels add your account username to MySQL usernames. Thus, if my C-Panel username is “boy, and I choose “wordpress” for a MySQL database, my actual database name would be boy_wordpress.
Assuming I used “boy_wordpress” as a database name, the error message I got when I accessed the Install page would translate like this:
We’re having a little trouble selecting the proper database for WordPress.
* Are you sure it exists?
* Your database name is currently specified as boy_wordpress. Is this correct?
* On some systems the name of your database is prefixed with your username, so it would be like username_wordpress. Could that be the problem?
And assuming I created another database named “boy_blog,” this is what the next error message would look like:
We’re having a little trouble selecting the proper database for WordPress.
* Are you sure it exists?
* Your database name is currently specified as boy_blog. Is this correct?
* On some systems the name of your database is prefixed with your username, so it would be like username_wordpress. Could that be the problem?
I’m new to creating MySQL databases, so I could be making a simple mistake, but the instructions look VERY simple. The absense of the word “password” in the error message suggest there’s nothing wrong with my password.
My Install page is set up something like this:
define(‘DB_NAME’, ‘boy_blog’); // The name of the database
define(‘DB_USER’, ‘boy_deuce’); // Your MySQL username
define(‘DB_PASSWORD’, ‘second’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
Can you see any problems?
Thanks.
- The topic ‘Database Problems’ is closed to new replies.