Reputation: 11
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 ?
Upvotes: 0
Views: 62