So charset in my mysql db is utf-8.
Also if I don't use useUnicode=true&characterEncoding=UTF-8 in the jdbc URL, then some characters goes as ?.
I want to know why to useUnicode=true&characterEncoding=UTF-8 in the jdbc URL when our charset is utf-8 in our db.
This is my table properties ->
ENGINE=InnoDB
DEFAULT CHARSET=utf8
TABLE COLLATION=utf8_general_ci