Created
February 8, 2011 07:54
-
-
Save densone/816060 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment