Problem with Ruby on Rails installation - How to use WAMP MySQL installation?

前端 未结 1 1018
傲寒
傲寒 2021-01-21 11:01

I did the following to install Ruby on Rails on Windows XP:

  • Installed rubyinstaller-1.9.2-p0.exe
  • gem install rails
相关标签:
1条回答
  • 2021-01-21 11:38

    I've had this problem when installing the mysql gem before, and a quick fix is just to copy the libmysql.dll into your ruby bin folder. I recently got rails running off of a WAMP MySQL server without a problem, so if this doesn't solve it post a more specific error message once you've sorted out the dependency issue and I'll look at my configuration.

    EDIT: Just to be specific, I'm running XAMPP.

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