我面临着MySQL的一个标准错误
Mysqld.exe --console说:
mysqld.exe --console
mysqld.exe: Character set 'utb8_general_ci' is not a compiled character set and
is not specified in the 'C:\Program Files\MySQL\MySQL Server 5.5\share\charsets\
Index.xml' file
120524 8:49:51 [ERROR] Aborting
120524 8:49:51 [Note] mysqld.exe: Shutdown complete
我如何解决这个字符集问题?
答案 0 :(得分:1)
我认为你在my.ini
中错误地写了一些内容:它应该是utf8_general_ci
更正此问题并重新启动MySql。