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.