Re: Unknown initial character set index '48' received from server
Posted by: Rody Middelkoop
Date: February 06, 2008 06:52AM

http://www.easywms.com/easywms/?q=en/javax-servlet-servletexception-unknown-initial-character-set-index-48-received-server-initial-client

If you installed MySQL in XAMPP Package, open xampp_path/mysql/bin, and open my.cnf (with speeddial icon) with any text editor, UltraEdit, find such parameters:

character-set-server = latin1
collation-server = latin1_general_ci

and set them to:

character-set-server = utf8
collation-server = utf8_unicode_ci

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.