Skip to content

Instantly share code, notes, and snippets.

@densone
Created February 8, 2011 07:54
Show Gist options
  • Save densone/816060 to your computer and use it in GitHub Desktop.
Save densone/816060 to your computer and use it in GitHub Desktop.
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