20.06.2017, 12:26
Hi,
I'm having an issue with BlueG's MySQL plugin (I'm using the newest version), seems like I can't set mysql char set to latin5_turkish_ci, isn't it supported or am I doing something wrong?
I posted an issue on GitHub as well but wanted to see if anyone else had this problem before.
https://github.com/pBlueG/SA-MP-MySQL/issues/156
I'm having an issue with BlueG's MySQL plugin (I'm using the newest version), seems like I can't set mysql char set to latin5_turkish_ci, isn't it supported or am I doing something wrong?
pawn Код:
MySQL connection:
mydb = mysql_connect_file("mydbsettings.ini");
mysql_set_charset("latin5_turkish_ci",mydb);
MySQL LOG:
[DEBUG] CHandle::GetErrorId - return value: true, error id: '2019', error msg: 'Can't initialize character set latin5_turkish_ci (path: compiled_in)'
[DEBUG] mysql_errno: return value: '2019'
https://github.com/pBlueG/SA-MP-MySQL/issues/156