Report this

What is the reason for this report?

I want to ask which app in the marketplace uses utf8mb3 in the database

Posted on October 3, 2021

I am having problem when I restore the database of a old site as it is saying the database character is not matching



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

What you could do is to set the default character set for your MySQL server. You could do that by adding the following to your MySQL config:

default-character-set = utf8

Do not for get to restart the MySQL service after the change.

If you are still getting the error, feel free to share the full error here.

Best, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.