24.10.2018, 15:35
I know this would sound stupid, but i'm doing a test.
Currently i'm using MySQL R41-4, and i decided to add R39-6 too.
So i downloaded R39-6 package and renamed a_mysql.inc and mysql.dll to a_mysql_old.inc and mysqlold.dll.
Included in the gamemode, added mysqlold.dll to plugins folder and started server.
Problem:
Server loads 90% of mysql things, then i get in mysql log: "mysql_tquery: Invalid connection handle "14"" at a random callback.
I have only ONE mysql_connect on OnGameModeInit, what can be the cause?
Some logs:
Currently i'm using MySQL R41-4, and i decided to add R39-6 too.
So i downloaded R39-6 package and renamed a_mysql.inc and mysql.dll to a_mysql_old.inc and mysqlold.dll.
Included in the gamemode, added mysqlold.dll to plugins folder and started server.
Problem:
Server loads 90% of mysql things, then i get in mysql log: "mysql_tquery: Invalid connection handle "14"" at a random callback.
I have only ONE mysql_connect on OnGameModeInit, what can be the cause?
Some logs:
Quote:
[17:37:00] [plugins/mysql] mysql_format: invalid connection handle '14' (test.pwn:10699 -> test.pwn:10846 [17:37:00] [plugins/mysql] mysql_tquery: invalid connection handle '14' (test.pwn:10700 -> test.pwn:10846 [17:37:18] [plugins/mysql] mysql_format: invalid connection handle '14' (test.pwn:8551) [17:37:18] [plugins/mysql] mysql_tquery: invalid connection handle '14' (test.pwn:8552) |