【发布时间】:2013-09-06 05:32:37
【问题描述】:
我可以将 oracle (8i) 创建的 .dmp 文件导入 MySql 数据库吗?我尝试使用 mysql workbench 直接导入转储文件,但显示了一些我在下面提到的错误。
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 '
如何解决?
【问题讨论】:
-
你能贴出 .dmp 文件的前几行吗?
标签: mysql database oracle mysqldump