导出:

mysqldump -uroot -phtbk123456 -h127.0.0.1 v3xuser > /home/sq3.sql

导入:

use 数据库名
source /home/sq3.sql