• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Unable to import the database_name dump:

eslammahmoud

New Pleskian
hi
I have a problem in database

ERROR 1273 (HY000) at line 40830: Unknown collation: 'uft8_general_ci'

How to solve it !!
 
Check the version of your SQL server with

# plesk db -Ne "select version()"

and make sure that collation mentioned in the error message is not available in MySQL server:

# plesk db -e "show collation" | grep uft8_general_ci
#

So you have to upgrade MariaDB to version 10.1 or 10.2 on the destination server. For instructions, visit this KB article.
 
Back
Top