Comments - MYSQL_SET_CHARSET_NAME option usage
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Hi,
1) I will do a test by inserting this call in my application :
mysql_optionsv(mysql, MYSQL_SET_CHARSET_NAME, (void *)"utf8");
2) if test is positive , I"ll create an option file used here :
mysql_options(mysql, MYSQL_READ_DEFAULT_FILE, tmp);
I'm wondering what I have to set in this file ; is it correct to put this lines in this file ?
[client-mariadb] MYSQL_SET_CHARSET_NAME="utf8"
Thx for help. J.P.