Record-macros (sys.db) with UTF8

Hello Haxe Community !
Trying to work with record-macros to access a MySQL server 8.0 (community edition) that I configured to ‘utf8’ encoding, I can’t find a way to stock whatever SString on the mySQL server.

Unsupported charset : #255

is the server return when I try.
I succeed to stock/alter Enum/Int database insert, but remains stuck while trying to store SString/String.
So I guess it comes from ‘utf8’ settings of the mySQL server.

But I can’t find where to set ‘utf8’ on the Manager/Object.stuffs…
Any hint would be welcome.
Thanks.

Solved !
In fact my MySQL .conf file was rewritten by the server at each start/restart, losing my utf8 setting.
^^’

1 Like