ruby gem'sequel'を使用して、試行するとSequel.connect("mysql://localhost")
、次のエラーが発生します。
Sequel::AdapterNotFound: LoadError: require 'mysql' did not define Mysql::CLIENT_MULTI_RESULTS!
You are probably using the pure ruby mysql.rb driver,
which Sequel does not support. You need to install
the C based adapter, and make sure that the mysql.so
file is loaded instead of the mysql.rb file.
このgemをMySQLサーバーに接続するにはどうすればよいですか?
システム:Win XP、Ruby 1.8.7、 Mysql 5.1.51