I\'m trying to insert an hebrew value into my mysql db, instead of hebrew the values looks like that.
שדגשדכעשד
what finally helped me is to add the charset to the connection:
{"mysql:host=$host;dbname=$db;charset=utf8"}