读取转储文件时MySQL中的MySQL错误

时间:2015-06-26 18:15:11

标签: mysql wamp

尝试使用MySQL控制台版本5.6.17作为WAMP配置的一部分读入数据转储文件。我已经配置了数据库。

运行命令时出现以下错误:

    -> source C:\wamp\www\nlbuysell.com\setup\database\dump\buysell_beta.sql;
Show warnings disabled.
Show warnings disabled.
ERROR:
Unknown command '\n'.
--------------
c:/wamp/bin/mysql/mysql5.6.17/bin/mysql.exe  Ver 14.14 Distrib 5.6.17, for Win64
 (x86_64)

Connection id:          17
Current database:
Current user:           root@localhost
SSL:                    Not in use
Using delimiter:        atabasedumpbuys
Server version:         5.6.17 MySQL Community Server (GPL)
Protocol version:       10
Connection:             localhost via TCP/IP
Server characterset:    latin1
Db     characterset:    latin1
Client characterset:    cp850
Conn.  characterset:    cp850
TCP port:               3306
Uptime:                 2 hours 53 min 29 sec

Threads: 1  Questions: 2245  Slow queries: 0  Opens: 7706  Flush tables: 1  Open
 tables: 208  Queries per second avg: 0.215

已审核this thread并尝试了从\到/并使用“单引号”切换到“双引号”的所有形式。当我进行任何更改时,控制台只会移动到一个新行,就好像什么都没发生一样。

数据无法加载。为什么会这样?

1 个答案:

答案 0 :(得分:0)

这似乎有一个带有UNIX行结尾的转储文件。

在一个体面的编辑器(不是记事本)中打开文件,并将格式转换为DOS。

notepad ++是一个免费的非常好的编辑器,它允许你进行这种类型的改变