cannot load such file — mysql2/2.4/mysql2 (LoadError) - windows

后端 未结 1 884
猫巷女王i
猫巷女王i 2020-12-19 21:01

I am new on Ruby on Rails. My Ruby version is ruby 2.4.1p111 (2017-03-22 revision 58053) [x64-mingw32].

I have created a new project using rails new sample_cms

相关标签:
1条回答
  • 2020-12-19 21:31

    There is no mysql2 binary for Ruby 2.4 for Windows available at this time. So i uninstall ruby 2.4 and install ruby 2.3. Now it is working well

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