- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我安装了 MySQL 5.5 (mysql-installer-5.5.15.0.msi) 和 mysql gem(使用“gem install mysql”命令)。现在我写了一个简单的程序,当我运行它时,ruby 给我这条消息:
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': 126: The specified module could not be found. - C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql-2.8.1-x86-mingw32/lib/1.9/mysql_api.so (LoadError)
有人可以帮我解决这个问题吗?谢谢
我将“libmySQL.dll”文件从“C:\Program Files\MySQL\MySQL Server 5.1\bin”复制到“C:\Ruby192\bin”但是现在当我运行程序时 Ruby 给我这个错误:
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': 193: %1 is not a valid Win32 application. - C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql-2.8.1-x86-mingw32/lib/1.9/mysql_api.so (LoadError)
最佳答案
http://instantrails.rubyforge.org/svn/trunk/InstantRails-win/InstantRails/mysql/bin/您必须使用此处的 libmysql.dll 来解决问题。
关于mysql - LoadError using MySQL with ruby (mysql_api.so not found),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7224478/
我正在 Windows 7 上通过 Lynda.com 完成关于 Ruby on Rails 3 基本培训 的教程,我在“数据库和迁移”部分。我试图将我在 MySQL 中创建的数据库与我的 Rails
我在使用 rails server 时遇到这个错误 C:/Ruby/lib/ruby/gems/2.0.0/gems/mysql-2.9.1-x86-mingw32/lib/mysql.rb:6:in
我安装了 MySQL 5.5 (mysql-installer-5.5.15.0.msi) 和 mysql gem(使用“gem install mysql”命令)。现在我写了一个简单的程序,当我运行
我正在关注 lynda.com (RoR 3: Section 6, ep. 3) 上的教程安装 MySQL 并运行后: rake db:schema:dump 我得到了: rake aborted!
我知道以前有过类似的帖子,但似乎没有一个答案对我有用。当它向我显示错误时,我尝试运行命令“mongify check database.yml” Please install the mysql ad
我是一名优秀的程序员,十分优秀!