我使用mysqldump工具来复制我的数据库。问题是,当我使用--routines参数输出我的存储过程和数据时,生成的输出会在我尝试导入它时导致错误。它是这样的:(其中MyDB2已存在但为空)ERROR 1064 (42000) at line307: You have an error in your SQL syntax; check the manual that corresponds to your MySQL</e
Using mysqldump npm module.While import the backfile generated using this npm.Get this error.var mysqlDump = require('mysqldump');
host: 'localhost', passwordxxxx\Documents\dump\x24052018.sql运行:-