Tag Mismatch - MySQL_Connect
#1

pawn Код:
dbHandle = mysql_connect(SQL_HOST, SQL_USER, SQL_DATABASE, SQL_PASS, true, 0);
No idea why this is causing a tag mismatch, I'm trying to remove the pooling as apparently it can cause issues.
pawn Код:
#define SQL_HOST "94.23.60.117"
#define SQL_DATABASE "SAMP_1361"
#define SQL_USER "SAMP_1361
Reply
#2

pawn Код:
dbHandle = mysql_connect(SQL_HOST, SQL_USER, SQL_DATABASE, SQL_PASS, .pool_size = 0);
Try this.
Reply
#3

Works, thank you.
Reply
#4

All good. Remove your passwords man.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)