RubyMine 3.0 setup on Windows 7

后端 未结 2 1420
南方客
南方客 2020-12-09 14:22

All,

I downloaded/installed 1.9.2 windows installer, and then RubyMine3.0RC, and installed it.

Opening a new Rails project, with mysql selected as the DB, gi

相关标签:
2条回答
  • 2020-12-09 14:39

    Thanks, I was able to fix the error by copying "libmySQL.dll" file from 'C:\Program Files\MySQL\MySQL Server 5.1\bin' to 'C:\Ruby192\bin'. For details, refer to post - http://rorguide.blogspot.com/2011/03/getting-error-specified-module-could.html

    0 讨论(0)
  • 2020-12-09 14:52

    Make sure you have libmysql.dll from the 5.1.x 32-bit MySQL distribution in PATH or in RUBY_HOME\bin directory.

    If it doesn't help, you may have better luck reporting the issue at the mysql2 gem project homepage.

    0 讨论(0)
提交回复
热议问题