문제

I'm facing with one stange error with MySQL

Mysqld.exe --console says:

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

How I can fix this charset problem?

도움이 되었습니까?

해결책

I think you mispelled something in my.ini: it should be utf8_general_ci.
Correct this and restart MySql.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top