Skip to content

Instantly share code, notes, and snippets.

@emilong
Last active August 29, 2015 14:06
Show Gist options
  • Save emilong/5a6b7d90cedf20a7ad6a to your computer and use it in GitHub Desktop.
Save emilong/5a6b7d90cedf20a7ad6a to your computer and use it in GitHub Desktop.
MariaDB ActiveRecord JDBC Rails configuration

In your Gemfile:

gem 'activerecord-jdbc-adapter'
gem 'jdbc-mariadb'

In your database.yml

development:
  adapter: mariadb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment