gem install mysql
Following that, if you encounter error during rake db:migrate with the error indicating
Mysql::Error: query: not connected: SELECT version FROM schema_migrations.
you can try to solve it by copying the version 5.0 libmySQL.dll to your Ruby\bin folder.
libmySQL.dll is located in mysql\MySQL Server 5.0\bin directory.
No comments:
Post a Comment