Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | Github | OSChina 博客 | 雲社區 | 雲棲社區 | Facebook | Linkedin | 知乎專欄 | 視頻教程 | About

第 85 章 資料庫遷移

目錄

85.1. MySQL to PostgreSQL

85.1. MySQL to PostgreSQL

		
[root@localhost ~]# mysqldump --default-character-set=utf8  -h mysql.netkiller.cn -u root -p -t --skip-extended-insert --compact mydb mytable | sed 's/`//g' | psql -h pgsql.netkiller.cn -U neo -W
Password for user lzyun: 
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1