I have following problem: When I try to insert a String like "SPRÜCHEթ.txt", it throws an error like: java.sql.SQLException: Incorrect string value: '\xEF\xBF\xBDCHE...' for column 'comment' at row 1
I have read that these UTF-8 4 byte String characters are supported with mysql 5.5, but I am not able to update the database (there is no webmin update function?)
how can I achieve inserting those complex characters?