14.08.2011, 03:56
For people who are having troubles connecting to a mysql server, make sure your params are in the correct order! This mysql plugin doesn't use the same param order as some others!
Another note: the wiki for this plugin is a bit out dated, and the information most likely is not correct. The params for mysql_connect are as follows:
I apologize for not giving much support for this plugin lately as I've devoted all of my free time to another project. I will continue updating this plugin once I get my other project solid and off the ground.
Thank you guys for staying patient!
Another note: the wiki for this plugin is a bit out dated, and the information most likely is not correct. The params for mysql_connect are as follows:
Код:
native mysql_connect(const host[], const user[], const pass[], const db[], MySQL:handle = (MySQL:0), auto_reconnect = 0);
Thank you guys for staying patient!