I am having problem when I restore the database of a old site as it is saying the database character is not matching
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:
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