thuss / standalone-migrations

A gem to use Rails Database Migrations in non Rails projects
http://gabrito.com/post/standalone-migrations-using-rails-migrations-in-non-rails-projects
MIT License
992 stars 152 forks source link

gem install mysql2 #145

Closed manjufy closed 6 years ago

manjufy commented 6 years ago

What does this PR do?

gem install mysql -> no longer works. Tested in Mac.

However gem install mysql2 -> works well.

My MySQL version is 5.7 >

Reference: https://stackoverflow.com/questions/9609985/please-install-mysql-adapter-gem-install-activerecord-mysql-adapter

twobitlabs commented 6 years ago

Thanks for the PR!