mysql乱码解决

在 /etc/my.cnf加上下面二句:

skip-character-set-client-handshake
character-set-server = utf8

你可能感兴趣的:(mysql乱码解决)