MySQL Forums
Forum List  »  InnoDB

mysqldump error 'PAGE_CHECKSUM=1 ROW_FORMAT=DYNAMIC'
Posted by: André Schneider
Date: May 02, 2016 02:03AM

I try to make a mysqldumd via ssh to an second server.
Unfortunately I now get this error:

ERROR 1064 (42000) at line 4771: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'PAGE_CHECKSUM=1 ROW_FORMAT=DYNAMIC' at line 94
mysqldump: Got errno 32 on write

The mysqldump was startet with:

mysqldump -uusername --single-transaction --password=password database | ssh -C root@second.server.de mysql -uusername -ppassword -D database

The first server has a MariaDB, the second one a MySQL.
I do not really understand what's wrong.

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqldump error 'PAGE_CHECKSUM=1 ROW_FORMAT=DYNAMIC'
2464
May 02, 2016 02:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.