MySQL driver for Rails in Windows 7 x64

前端 未结 10 1750
长发绾君心
长发绾君心 2020-12-23 14:46

I\'ve got problem with connecting to MySQL database on my freshly installed Windows 7 machine. I\'m getting this error when I try to migrate my database.

!!!         


        
10条回答
  •  执笔经年
    2020-12-23 15:37

    I'm running the current versions of everything on WinXP SP3: Ruby 1.9.2p0, MySQL 5.5, mysql 2.8.1. This issue is still present and to fix it I had to copy the Instant Rails libmysql.dll into my C:\Ruby192\bin directory. I initially copied the libmysql.dll file that came with MySQL 5.5 but that caused a seq fault!

提交回复
热议问题