• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue Error unicode (uft8) font when export dump Mysql in Plesk 18.0.28

Phạm Minh Văn

New Pleskian
Plesk Obsidian 18.0.28 have big bug for export dump MySQL, file export is error unicode font.
1. In server A, export dump file.
2. IN server B, Import dump file and will see data in database have error unicode font. So website wrong display
This error affect with Migrator tool in plesk for transfer domain to different server.

please note : In the older version exam 18.0.27 don't have this error. I have tested.
 
I had already contact plesk support team. And they reply :
The development team confirmed that this issue is caused by a known bug PPPM-12116 and it will be fixed in the upcoming 18.0.29 update.

Now I can avoid this issue by seting my.ini
default-character-set=utf8
character-set-server=utf8
 
Back
Top