Hi,
I connect to my MySQL server using the mysql-connector-java-3.0.16-ga-bin.jar driver jars with the following connection URL,
jdbc:mysql://<HOST>:<PORT>/<DB>
while inserting a table column of Varchar(50) type with a value of
, but i find the value inserted is
. It seems the default character set does not include the " ˜ " character.
could anyone let me know how to set a character set in MySQL connection URL.,
Thanks ,
Shefu