Update to the post: Since the error says "cannot find mysql client", follow these... - download older MySQL client library, for example one from InstantRails: http://instantrails.rubyforge.org/svn/t ... bmySQL.dll
- copy the downloaded file to C:\Ruby\bin (or wherever you installed Ruby) - restart MySQL server src: > http://forums.aptana.com/viewtopic.php?f=20&t=7563&p=27407&hilit=libmysql.dll#p27407 RailsFan Radha wrote: > Hopefully your answer is in this thread. > http://forums.aptana.com/viewtopic.php?f=20&t=7563&p=27407&hilit=libmysql.dll#p27407 > > one quick q: > did u install mysql after installing ror ? > > -thanks > > > Dave Digital wrote: >> I'm able to log in to MySQL and CRUD databases easily with PHPMyAdmin. >> WAMP on Windows makes sure of this. >> >> I tried your command for creating a test rails app in cmd and created a >> new database. I still get the same error. >> >> Like I mentioned in my original post, when I run ruby script/dbconsole >> it gives me an error that it cannot find mysql client. So I think the >> problem is beyond my database.yml config. -- Posted via http://www.ruby-forum.com/. -- 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.

