MySQL和PostgreSQL 导入数据对比(2)


commands.mysql:
LOAD DATABASE 
    FROM mysql://python_user:python_user@192.168.1.131:3306/t_girl?t1
    INTO postgresql://t_girl:t_girl@127.0.0.1:5432/t_girl?ytt.t1
 
 with data only


  SET maintenance_work_mem to '64MB', 
      work_mem to '3MB', 
      search_path to 'ytt';


附pgloader 手册:

------------------------------------华丽丽的分割线------------------------------------

CentOS 6.3环境下yum安装PostgreSQL 9.3

PostgreSQL缓存详述

Windows平台编译 PostgreSQL

Ubuntu下LAPP(Linux+Apache+PostgreSQL+PHP)环境的配置与安装

Ubuntu上的phppgAdmin安装及配置

CentOS平台下安装PostgreSQL9.3

PostgreSQL配置Streaming Replication集群

------------------------------------华丽丽的分割线------------------------------------

PostgreSQL 的详细介绍请点这里
PostgreSQL 的下载地址请点这里

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/841d208c554adb97038a49f51f750ef1.html