When using mysql5.5, modify the my.cnf file according to the previous 5.1 method, but the following error event type is prompted: Error
Event Source: MySQL
Event Type: None
Event id:100
Date: 2012-11-14
Event: 12:00:12
Users: N/A
Computer: svctag-hzwgf3x
Describe:
Xxxbinmysqld:unknown variable ' Default-character-set=utf8 '
For more information, the Support Center at http://www.mysql.com.
View Event Viewer-application, see MySQL log, click Enter to see:
Xxxbinmysqld:unknown variable ' Default-character-set=utf8 '
For more information, the Support Center at http://www.mysql.com.
It seems to be the Default-character-set=utf8 of this set of trouble ....
Later learned that because MySQL 5.5 modifies the character set settings parameter
Should be changed to:
Replace Default-character-set=utf8 with Character_set_server=utf8
We can solve this problem.
Try and replace Character_set_server=utf8.