migration mysql to postgres (pgloader)

1
2
LOAD DATABASE
FROM mysql://root@localhost/mysq_db_name
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
simple script to migrate everything from mysql database schema to a database in postgres (it will migrate everything to public schema in postgre).

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.