using mysql instead of sqlite in a rails app -


i'm not sure how find i'm looking here, i've cloned rails app else , using sqlite, how switch project on mysql? there no migrations has schema. thanks.

you don't need migration. rake db:setup (or rake db:schema:load)

edit: assuming schema schema.rb file. if it's sql file you'll have convert , run using mysql client.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -