I am trying to read a mysql dump file(on Windows 7 64 WAMP Server) that I was given from a mysql dump
file into my mysql server( ubuntu linux ).
I am using the following command at the mysql
command line to restore the selected database dump.
source d:\mages\db\db.sql;
And get the following error:
mysql> items < d:\images\db\db.sql; ERROR:
Unknown command 'i'.
My work arround was to use the follwing command instead:
source d:\\images\\db\\db.sql;
Post being viewed right now
Item date: 16.06.2009
Views: 1857
Item date: 27.09.2009
Views: 2226
Item date: 15.05.2009
Views: 1580
Item date: 21.07.2009
Views: 2180
Item date: 22.08.2009
Views: 1817
Item date: 21.07.2009
Views: 2006
Item date: 26.09.2009
Views: 527
Item date: 14.05.2009
Views: 636
Item date: 09.03.2009
Views: 1486
Item date: 02.01.2009
Views: 1003