MYSQL Protocol String Character Representation
Hi All,
I have a requirement where i need to implement Java based Proxy server for MySQL clients. Idea is to be able to use any of MySQL connectors to directly talk to Java Based Server.
I am going through the MySQL protocol documentation.
http://dev.mysql.com/doc/internals/en/string.html
But i am not able to find information about how to interpret string bytes. Are those all ascii strings i.e. one byte is one character from ASCII set ? or Base64 encoding to be used? Unicode strings?
Appreciate any help!!
Thanks & Regards,
Abhijit
Subject
Views
Written By
Posted
MYSQL Protocol String Character Representation
5340
April 19, 2014 07:30PM
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.