MySQL Xampplite Error
When upgrading to Xampplite 1.6.1 I had this MySQL error:
Unknown initial character set index '48' received from server. Initial client character set can be forced via the 'characterEncoding' property.
More information on my MySQL settings:
MySQL charset is UTF-8 Unicode (utf8)
MySQL connection collation is set to latin1_general_ci
I solved this issue by commenting this in line the file my.conf (residing at xampplite/mysql/bin):
#collation-server = latin1_general_ci
More information on this issue can be found at:
http://forum.java.sun.com/thread.jspa?threadID=780244
I actually don’t know what the reason for this problem is, so if you know, just leave a comment.
Link List
http://forum.java.sun.com/thread.jspa?threadID=780244










Leave your response!