unknown collation utf8mb4_0900_ai_ci

sed -i 's/utf8mb4_0900_ai_ci/utf8_general_ci/g' YOUR_SQL_FILE_NAME.sql 

sed -i 's/CHARSET=utf8mb4/CHARSET=utf8/g' YOUR_SQL_FILE_NAME.sql

Note : After runing above command you are getting similar this sed: 1: "YOUR_SQL_FILE_NAME.sql": invalid command code Y

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Подключение по ftp

Для работы с ftp в cpanel можно использовать те же доступы что и для cpanel (тот же логин и...

Prevent DDOS to xmlrpc.php (wordpress) with ModSecurity

Lots of attacks are made towards WordPress XML-RPC (xmlrpc.php), which can cause a slowdown in...

htaccess public laravel

There are two solutions: 1. Using .htaccess with mod_rewrite   DirectoryIndex index.php...

DDoS защита в Litespeed

Пример конструкции `.htaccess` с **LsRecaptcha** и `max_conn` LiteSpeed позволяет использовать...

Disable Bot Verification on your Domains (DDoS protection litespeed)

Enable reCAPTCHA Protection for any URL You can enable reCAPTCHA for a specific URL. For...