Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 190 Bytes

mysqldump.md

File metadata and controls

10 lines (5 loc) · 190 Bytes

mysqldump -uroot -h219.224.135.46 weibo > weibo.sql

mysql -uroot -h219.224.135.47

CREATE DATABASE weibo DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

use weibo;

source weibo.sql;