我可以将从 oracle (8i) 创建的 .dmp 文件导入 MySql 数据库吗?我尝试使用 mysql 工作台直接导入转储文件,但显示了一些我在下面提到的错误。
Creating schema newschema
10:49:15 Restoring G:\dmp\pass.dmp
Running: mysql.exe --defaults-extra-file="c:\users\acer\appdata\local\temp\tmpliqb6y.cnf" --host=localhost --user=root --port=3306 --default-character-set=utf8 --comments --database=newschema < "G:\\dmp\\xyz.dmp"
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
如何解决这个问题?