weiling shao
weiling shao

Reputation: 11

mysqldump and restore with tranditional chinese character

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

Answers (0)

Related Questions