Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1956

mysqldump error 'PAGE_CHECKSUM=1 ROW_FORMAT=DYNAMIC' (1 reply)

$
0
0
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.

Viewing all articles
Browse latest Browse all 1956

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>