PDA

View Full Version : UTF8 in mysql


rthompson
02-04-2012, 13:37
While UTF8 works just fine, if u restart MySQL daemon, UTF8 breaks

I think it's because when the plugin loads, it sends SET NAMES UTF8
but when the daemon reloads, charsets would also be reset to default so UTF8 wont' work

To make UTF8 work again, i had to reload plugins just to send SET NAMES UTF8 query.

Is there any idea how to keep UTF8 working without having reloading plugins?
like adjusting settings of mysql

mcpan313
02-05-2012, 00:02
SEE http://forums.alliedmods.net/showthread.php?p=1058995