Trying to read in a data dump file using MySQL console version 5.6.17 as a part of WAMP configuration. I already have the database configured.
I get the following error when I run the command:
-> 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
Reviewed this thread and tried all forms of of switching from \ to / and using 'single quote' to "double quote". When I make any changes the console just moves to a new line, it's like nothing even happens.
The data won't load. Why is this occurring?