• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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