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