Why is the encoding of my error message so weird? . .
Didn’t I already set it to UTF8?
Why is the encoding of my error message so weird? . .
Didn’t I already set it to UTF8?
I guess the operating system language setting is wrong, or the mysql running language setting is wrong.
The utf8 you set is the database encoding format, not the client.
It is equivalent to using a Chinese browser to open a Japanese website. The website encoding is in Japanese, but your browser interface is still in Chinese.
Check the configuration file of mysql-client, or the operating system language environment.