0

I'm attempting to migrate my rails application from postgresql to mySQL so as to view the data in one place within xampp in PHPmyadmin. The reason is the fact that I need to access the data that is located within the MySQL database from my rails app which is in postgresql.

As of now most questions I found aim to create a new application within mySQL with rails but I need to migrate all of the data my current rails application compatible and use MySQL.

Is there a proper process and simple procedure that allows for this migration from postgresql to mySQL?

Note: MySQL is within xampp

1 Answer 1

0

this post

got the answer to your question.

It's very easy, just paste your postgres dump in this website and you'll get the same dump converted in mysql, ready for you to be imported.

Then you will just need to properly configure your database.yml and you're set.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.