0
点赞
收藏
分享

微信扫一扫

mysql shell 导入 airportdb

查询了很久,使用了如下语句才成功:

util.loadDump("/etc/mysql_airportdb/airport-db/", {threads: 16, deferTableIndexes: "all",    ignoreVersion: true})

其中 第一个参数指定 路径, 即放置airportdb.tar.gz的位置,不是解压缩后的路径。

举报

相关推荐

0 条评论