I use MySQL db for my project.I want to save data with jdbc.But there is a problem with some characters.For example ğ,ş.My connection url is below.
jdbc:mysql://localhost:3306/kutuphane useUnicode=true&characterEncoding=UTF-8
But I am getting java.sql.SQLException: Incorrect string value: '\xC4\x9F\xC4\x9F\xC4\x9F' error.I have tried all of the methods in this site but it is not solving the problem.Even though it saves , at this time record's character is failing.Not display ğ,ş etc.Is it a mysql bug or not?