Jump to content

Error: Mysql connection


Lassie

Recommended Posts

You have to update your mysql password to use old style passwords. you have to do this thru the mysql command line

1. log in as root
2. mysql> use mysql
3. mysql> UPDATE user SET Password = OLD_PASSWORD('your_password_here') WHERE User = 'username_here' AND Host = 'hostname_here';
4. mysql>FLUSH PRIVILEGES;

Should be all set after that

Ray
  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.