Re: Creating MySQL table in Java with specific charset/collcation. Is it possible?
Posted by: Filipe Silva
Date: July 02, 2015 11:57AM

Hi Gonçalo,

You aren't doing anything wrong. But you also can't do it this way.
Unless you issue a CREATE DATABASE statement specifying which charset and collation to set, the driver won't automatically do it for you. But I'm thinking that perhaps it should... maybe you can file an feature request in http://bugs.mysql.com/?

Thank you,

Options: ReplyQuote


Subject
Written By
Posted
Re: Creating MySQL table in Java with specific charset/collcation. Is it possible?
July 02, 2015 11:57AM


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.