mysqldump and restore with tranditional chinese character

40 Views Asked by At

I am trying to take mysql dump from docker with command:

docker exec testsigma_mysql /usr/bin/mysqldump -u root --password=root --default-character-set=utf8mb4 testsigma_opensource > backup.sql

when take restore I get the error ERROR at line : Unknown command '\0'

what is command to take mysqldump with tranditional chinese character ?

0

There are 0 best solutions below