| Article: |
Rolling with Ruby on Rails | |
| Subject: | I don't know why I get this error | |
| Date: | 2005-12-20 04:48:38 | |
| From: | qwk | |
|
Response to: I don't know why I get this error
|
||
|
I use XAMPP and I installed (http://rubyforge.org/frs/?group_id=167&release_id=2049) This a One Click Install for Windows. I don't want to change XAMPP. So I don't konw what kind of problem I have. XAMPP work good. I read this article and I did every step. It was all good. And the step where I had to type:http://127.0.0.1:3000/recipe/new got this problem. So I don't understand if everything works properly how I could get this problem |
||
Showing messages 1 through 2 of 2.
-
I don't know why I get this error
2005-12-20 05:12:21 qwk [View]
-
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.



form http://jeroen.concept-q.biz/files/