Comments - switching from libmysqlclient.a to libmariadbclient.a ... leads to issue when inserting row ...

1 year, 4 months ago jean-pierre RIBEAUVILLE
This comment has the status of 'removed' and can only be seen by you.

Hi, It works now !! By adding these lines in [mysqld] section in Mariadb server configuration file :

character-set-client-handshake = FALSE character-set-server = utf8 character-set-server = latin1

HTH.

 
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.