将数据库从 Postgres 迁移到 MySQL
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5909223/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Migrate database from Postgres to MySQL
提问by Sachin R
I have changed database from postgresqlto mysql, but I don't know how to transfer data from one to other.
我已将数据库从postgresql更改为mysql,但我不知道如何将数据从一个传输到另一个。
Does anyone know any command by which I can copy/migrate my database from postgresqlto mysql?
有谁知道我可以将我的数据库从postgresql复制/迁移到mysql 的任何命令?
采纳答案by Frosty Z
回答by Deckard
You can use the MySQL Workbenchwhich can import from a variety of database types, including Postgres.
您可以使用MySQL Workbench,它可以从各种数据库类型(包括 Postgres)导入。