Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/postgresql/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用pgloader将特定表从MySQL导入PostgreSQL?_Mysql_Postgresql_Database Migration_Pgloader - Fatal编程技术网

如何使用pgloader将特定表从MySQL导入PostgreSQL?

如何使用pgloader将特定表从MySQL导入PostgreSQL?,mysql,postgresql,database-migration,pgloader,Mysql,Postgresql,Database Migration,Pgloader,我有MySQL和PostgreSQL数据库。我只想使用pgloader将10个表中的一个表从MySQL迁移到PostgreSQL 整个数据库迁移没有问题。“如何使用pgloader将特定表从MySQL导入到PostgreSQL?”非常确定手册中有说明请注意从mysql://root@localhost/sakila到postgresql://localhost:54393/sakila手册中解释的部分。->mysql://[user[:password]@][netloc][:port][/db

我有MySQL和PostgreSQL数据库。我只想使用pgloader将10个表中的一个表从MySQL迁移到PostgreSQL


整个数据库迁移没有问题。

“如何使用pgloader将特定表从MySQL导入到PostgreSQL?”非常确定手册中有说明请注意
从mysql://root@localhost/sakila到postgresql://localhost:54393/sakila
手册中解释的部分。->
mysql://[user[:password]@][netloc][:port][/dbname][?option=value&……]
@Medevin:关于上述内容,请注意(注释掉的)行“--仅包括与~/film/,'actor'匹配的表名”。@Bob Jarvis:这对我来说很有效。“如何使用pgloader将特定表从MySQL导入PostgreSQL?”非常确定它在手册中,注意
从mysql://root@localhost/sakila到postgresql://localhost:54393/sakila
手册中解释的部分。->
mysql://[user[:password]@][netloc][:port][/dbname][?option=value&……]
@Medevin:关于上述内容,请注意(注释掉)第`--行只包括与~/film/,'actor'匹配的表名。@Bob Jarvis:这对我很有用。