Hi!
Good day.
How can I import the version 14.2 database into a local environment?
MySQL send error unknow collation: ‘utf8mb4_0900_ai_ci’
Please can help me.
Thanks!
Hi!
Good day.
How can I import the version 14.2 database into a local environment?
MySQL send error unknow collation: ‘utf8mb4_0900_ai_ci’
Please can help me.
Thanks!
Eduardo Carrasco You may want to start by reviewing the instructions and information in this Dev Blog post: MySQL8 Collation Conversion Made Easy: A Pre-Upgrade Guide for Sugar 25.1. I hope this helps!
Send next error when run script: "PHP Fatal error: Uncaught mysqli_sql_exception: Unknown collation: 'utf8mb4_0900_ai_ci' in C:\xampp\htdocs\tactos\include\database\MysqliManager.php:437"
Send next error when run script: "PHP Fatal error: Uncaught mysqli_sql_exception: Unknown collation: 'utf8mb4_0900_ai_ci' in C:\xampp\htdocs\tactos\include\database\MysqliManager.php:437"
Just to confirm from Alex Nassi message did you upgrade you local MySQL to v8 prior to running that script? I ran into the same issue as you and I had to backup all my development instances, fully uninstall the previous MySQL and install v8.0.41. I should also point out that if you're installing using brew make sure to specify 8.0 (mysql@8.0) as it will by default install 9.2 which isn't supported.