I've created the databases on the new server, but when I do:

mysqldump --quick --add-drop-table --add-locks --extended-insert
--lock-tables TestDatabase | mysql -h newserver TestDatabase

I get the error message:

ERROR 1063 at line 30: Incorrect column specifier for column 'ID'

The originating server is running MySQL 3.22.32 and the new one is running
3.23.32.  Is that the problem?  If so, how can I import the database to
the new machine?

Thanks in advance,
Ethan Baldridge


---------------------------------------------------------------------
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