mkporwit
07/02/2018, 7:03 PMcharacterEncoding
or the characterSetResults
. Exposed blows up with an ExceptionInInitializedError
. If characterSetResults=utf8mb4
is specified on the connect string, the underlying exception is java.sql.SQLException: Can't map utf8mb4 given for characterSetResults to a supported MySQL encoding.
, and if I do characterEncoding=utf8mb4
, it is java.sql.SQLException: Unsupported character encoding 'utf8mb4'
.tapac
07/03/2018, 8:27 PM