I installed easyphp 5.3.3 on xp.It work well about php script.When i log on mysql in commandline and run 'status',it show server and db characterset is latin1.I expect it will be uft8 and i checked my.ini in subdir of easyphp,in it default-character-set was set uft8.I need deal chinese character with mysql and i test in this way but it can't show correct chinese character after i insert these data into a table and show it in commandline with 'select * from'.
How can i change the set of character-set-server?