How can I set connection charset to utf8
in apache mod_dbd
with mysql driver? I could not find any corresponding parameter in DBDParams
, something like this:
DBDParams host=localhost,dbname=my_db,user=my_user,pass=my_pass,reconnect=0,charset=utf8
which of course there is no such charset
parameter in reality.