• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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