mysql help
I am new to using Linode and I accidentally knocked my db sites off line. Please see:
Drupal:
Wordpress:
I was recently adding a new db for:
Wordpress:
Now, I can't see to connect to my the other two sites. I was following the instructions here:
I did run this command:
openssl rand -base64 500
Any help would be most appreciated.
Thanks,
Casey
2 Replies
/etc/init.d/mysql retstart
if it is running then your privileges are probably messed up, try
FLUSH PRIVILEGES in mysql if that doesn't work try readding your users.
the correct command is 'restart', not 'retstart'. So,
'/etc/init.d/mysql restart'