databacker / mysql-backup

image to enable automated backups of mysql databases in containers
655 stars 187 forks source link

garbled characters #127

Open funtask opened 4 years ago

funtask commented 4 years ago

hello, 3q for following this question garbled characters occur during backup,is it character can be set?

deitch commented 4 years ago

Can you give an example to replicate it?

funtask commented 4 years ago

thanks for your reply. my db contains chinese character i used docker-compose.yml to backup my db and i got disorder code.


version: '3' services: mysql: image: mysql:5.7 container_name: mysql ports:

deitch commented 4 years ago

It would be really helpful if you could post a sample database with the characters that causes failure. I can then work with it until it works correctly.

Maybe create a small database with it, shut it down, zip it up, and post it here or in a gist, depending on size?