Problem it ö, ä, ü on MySQL

I have been able to resolve this by adding a charset parameter to the connection string. for mysql this means

mysql:host=localhost;port=3306;dbname=mydb;charset=utf8

1 Like