| Article: |
Rolling with Ruby on Rails | |
| Subject: | I don't know why I get this error | |
| Date: | 2005-12-20 05:12:21 | |
| From: | qwk | |
|
Response to: I don't know why I get this error
|
||
|
I colud solve my proble. I had to download a file form http://jeroen.concept-q.biz/files/ |
||
Showing messages 1 through 1 of 1.
-
I don't know why I get this error
2006-06-12 12:07:13 jdeleon [View]
I know why, I had this same problem. It means it tried to connect to MySQL but couldn't login. But the error is non-standard. The reason is because your MySQL version is using old-style mysql passwords. Check that your mysql is using new style passwords, you may need to edit my.cnf and remove line that says "old_passwords = 1". Then you will need to restart mysql server, then login to it as root and reset the passwords, this will overwrite the encryption with the new-style encryption.


