JDBC-Specific Issues When Upgrading to MariaDB Server 4.1 or Newer


Using the UTF-8 Character Encoding - Prior to MariaDB server version 4.1, the UTF-8 character encoding was not supported by the server, however the JDBC driver could use it, allowing storage of multiple character sets in latin1 tables on the server.

Starting with MySQL-4.1, this functionality is deprecated. If you have applications that rely on this functionality, and can not upgrade them to use the official Unicode character support in MariaDB server version 4.1 or newer, add the following property to your connection URL:

useOldUTF8Behavior=true

Retornar