sql >> Base de Datos >  >> RDS >> Mysql

Problemas al leer/escribir datos UTF-8 en MySQL desde Java usando el conector JDBC 5.1

Un poco tarde pero esto te ayudará:

DriverManager.getConnection(
           "jdbc:mysql://" + host + "/" + dbName 
           + "?useUnicode=true&characterEncoding=UTF-8", user, pass);