Comments - Charset problem with C/C++ connector

4 years, 11 months ago Didier Blockelet

I found the solution: by default the connexion is 'latin1', in my case I have to change this with: set character_set_connection='utf8mb4' set character_set_client='utf8mb4' Everythings fine now :-)

 
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.