简体   繁体   English

将数据从PostgreSQL数据库移动到新的MySQL数据库的最简单方法是什么?

[英]What's the easiest way to move data from a PostgreSQL database to a new MySQL database?

All of the questions I find are about moving from MySQL to PSQL and I need to do the opposite. 我发现的所有问题都是关于从MySQL迁移到PSQL的问题,我需要做相反的事情。 I only want to do this in order to use MySQLi (this site is backed-up to Heroku and my server as well as my development machine which means a database switch could be a never-ending headache) but I could definitely use a PSQL friendly interface instead of MySQLi if I need to. 我只想这样做以使用MySQLi(此站点已备份到Heroku,我的服务器以及我的开发机,这意味着数据库切换可能是无休止的头痛),但我绝对可以使用对PSQL友好的接口,而不是MySQLi(如果需要)。

Which way is the easiest for getting PSQL data into a new MySQL database? 哪种方法最容易将PSQL数据导入新的MySQL数据库?

Since you asked the easiest way. 既然问了最简单的方法。 I would say try product like Navicat Premium . 我会说尝试Navicat Premium这样的产品。 They give 15 days free trial I think. 我认为他们会提供15天的免费试用期。 Give it a try. 试试看。 PS I do not work for Navicat. PS我不为Navicat工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将数据移动到其他数据库的最简单方法 - Easiest way to move data to other database 从PHP连接到postgresql数据库的首选方法是什么? - What's the preferred way to connect to a postgresql database from PHP? 最快和最简单的升级Magento数据库的方法是什么? - What is the Fastest and Easiest Way to Upgrade Magento's Database? 从mysql数据库制作动态折线图的最简单方法是什么? - Whats the easiest way to make a dynamic line graph from a mysql database? 将html数据存储在mysql数据库中的最佳方法是什么? - What's the Best way to store html data in a mysql database? 什么是在MySQL数据库中保存数据的最有效方法 - What's the most efficient way to save data in MySQL Database PHP / MySQL:将数据从旧数据库(无ID的表)移动到新数据库(具有ID的表) - PHP/MySQL: Move data from old database (tables without an ID) to new database (tables with an ID) 在PHP中从HTML提取数据的最简单方法是什么? - What's the easiest way to extract a piece of data from HTML in PHP? 从 mysql 数据库生成和打印数据的最佳方法是什么 - What is the best way to generate & print out data from mysql database 从数据库检索数据并将其作为变量传递的最佳方法是什么 - What's the best way to retrieve data from a database and pass it as variables
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM