Error establishing a database connection
-
well the so called five minute install is now at two days…
Still staring at “Error establishing a database connection”
let’s take it one step at a time.
Are you sure you have the correct username and password?
Yes.
Are you sure that you have typed the correct hostname?
definitely
Are you sure that the database server is running?
quite sure
I found a “common troubleshooting hint” here:
I keep getting an Error connecting to database message but I’m sure my configuration is correct.
Try resetting your MySQL password manually. If you have access to MySQL via shell, try issuing:SET PASSWORD FOR ‘wordpressusername’@’hostname’ = OLD_PASSWORD(‘password’);
when I execute this (with of course the appropriate fields filled in) I get this error:
ERROR 1133 (42000): Can’t find any matching row in the user table
This makes no sense, however, as the user is created and I can login to mysql at the command line by doing mysql -u -user -p database
oh grumpy day. who will brighten my cheeks with joy?
S
- The topic ‘Error establishing a database connection’ is closed to new replies.