0

MySQLで1つのスタンジエラーに直面しています

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

この文字セットの問題を解決するにはどうすればよいですか?

4

1 に答える 1

1

のスペルが間違っていると思いますmy.ini: のはずですutf8_general_ci
これを修正し、MySql を再起動します。

于 2012-05-26T03:57:09.863 に答える