Link to home
Start Free TrialLog in
Avatar of pavan kumar
pavan kumar

asked on

how to export progress database table

how to export the progress database data to mysql datbase,and i want migrate into mysql database.
Avatar of lcohan
lcohan
Flag of Canada image

That should be fairly easy by using "How-To: Migrate PostgreSQL databases to MySQL using the MySQL Workbench Migration Wizard"
http://mysqlworkbench.org/2012/11/how-to-migrate-postgresql-databases-to-mysql-using-the-mysql-workbench-migration-wizard/

However...why would you do that when in my opinion Postgres for pure transactional OLTP and from storage engine is way better than mySQL?

Like "Don't Use MySQL" as says this very detailed and angry writer.
http://grimoire.ca/mysql/choose-something-else
ASKER CERTIFIED SOLUTION
Avatar of lcohan
lcohan
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I believe my comment  gives at least 1 option/solution to the question that was asked.