Жишээ нь:
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/db_name", "root", "");
------>
------>
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/db_name?useUnicode=true&characterEncoding=utf-8", "root", "");