Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.
/ pg2mysql Public archive

Convert from postgresql to mysql db dump

License

ravihara/pg2mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utility to convert a postgresql database to mysql

This project needs more testing and feedback, though. Use it at your own risk!

Most of the information holds good, as given by Original Author. Important updates are addition of a python script to fix minor issues with sql conversion and, a shell script which does all the job for us. You essentially, need to use only the "migrate.sh" script. The syntax is as follows.

CLI usage

migrate.sh <postgresql-db-name> [mysql-db-engine]

mysql-db-engine is optional and, it defaults to MyISAM

This utility takes dump of the postgresql database using pg_dump command before converting it to mysql.

(Credit goes to) Original Author

Author: James Grant

Lightbox Technolgoies

http://www.lightbox.org

Special thanks to N3X15 for valuable pointers.

About

Convert from postgresql to mysql db dump

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •