Correct, I can connect to mysql with no issues, either via terminal, or using any php app to connect to my localhost.
But I fixed it today - I need to put single quotes around the 'password' . I don't know if its because I have a Symbol in the password or not, but that was the solution. My username doesn't have the sing quotes. Thanks for the help, I began to think that because I was on Snow leopard, I didn't upgrade correctly or something. Teaches me to do a Google search before thinking through the issue. -Tony On Oct 4, 2:47 am, Trausti Thor Johannsson <[email protected]> wrote: > This error is simple. > Your database config file is incorrect. > Make sure you have the right password there. > > you can always try in command line 'mysql -u root -p' press enter and type > in the password. > If it works, it is correct. > > Trausti > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

