Forum Moderators: open
mysqldump --compatible=mysql40 --opt -Q -u_____ -p_____ > pathto.sql
then I ftp'd the backup to machine 2 in ascii mode. I restored the database.
The only problem is the autoincrement seems to be completely disabled. I keep getting mysql 1062 errors. Here's an example of an error received when trying to post a new thread:
mySQL error: 1062
Duplicate entry '0' for key 1
Query: INSERT INTO forum_threads (fid, subject, icon, uid, username, dateline, lastpost, lastposter, views, replies, visible) VALUES ('2', 'testing ', '0', '1', 'chatzs', '1137735468', '1137735468', 'chats', '0', '0', '1');