You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Hi all,
have a newbee-to-rails-question.
I followed the instructions to install the C-based MySQL library in
database.yml for Windows.
- I installed a win32 build of th driver with "gem install mysql"
- The /bin directory of my MySQL-Server is in my path
But the driver don't work. In the development.log I always get the
message:
WARNING: You're using the Ruby-based MySQL library that ships with
Rails. This library is not suited for production. Please install the C-
based MySQL library instead (gem install mysql).