Help with resolving db error message

3 posts by 2 authors in: Forums > CMS Builder
Last Post: May 25, 2011   (RSS)

Re: [zip222] Help with resolving db error message

By robin - May 25, 2011

Hey Zip,

Looks like your hosting company probably upgraded to PHP 5.3 and didn't configure it for old style mysql passwords. They might have upgraded/changed mysql also.

The first and easiest thing to try is to reset your mysql password to the same thing it was before. That will hopefully re-hash your password on the mysql server to the new style hash and everything will work again.

fyi:
http://dev.mysql.com/doc/refman/5.1/en/password-hashing.html

Hope that helps,
Robin
Robin
Programmer
interactivetools.com

Re: [robin] Help with resolving db error message

By zip222 - May 25, 2011

My client, the owner of the site, just called the hosting company and they undid whatever change they made. Thanks.