If you save it in English, it’s not a problem, but it causes UTF-8 to break.
ALTER TABLE posts CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
I did it this way, but there are still problems.
Calling $conn->set_charset (“utf8mb4”) every time you do it can be a code cat or every time it bothers you.
Is there a solution?