Hello i got a problem with mysqldump,
 i'm forced to dump it to to place the database on a new laptop


 mysql -u root -p hardwaredb < hardwaredbbackup.sql
Enter password:
ERROR 1065 at line 25: Query was empty


and the corresponding line:

) TYPE=MyISAM;

25: /*!40000 ALTER TABLE mobile_dev DISABLE KEYS */;

what may i do to correct it, to dump the database?

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to