No products in the cart.
Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
-
November 7, 2022 at 3:56 am in reply to: #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’ #10684
imam-hossain-roni
ParticipantAfter a little investigation, I found that the MySQL server running on the destination is an older version than the source. So we got that the destination server doesn’t contain the required database collation.
Then we do a little tweak in the backup file to resolve this. Edit the database backup file(
your_sql_file.sql
) in a text editor and replaceutf8mb4_unicode_520_ci
withutf8mb4_general_ci
andCHARSET=utf8mb4
withCHARSET=utf8
.I hope this solution might help you.
- AuthorPosts
Viewing 1 post (of 1 total)