Posts: 148
Threads: 9
Joined: Sep 2014
Reputation:
0
Your VPS Linux or Windows?
Posts: 148
Threads: 9
Joined: Sep 2014
Reputation:
0
Hmm, are you running the latest version of MySQL?
Posts: 29
Threads: 5
Joined: Apr 2015
Reputation:
0
I believe so i just installed it. Unless there's something wrong with my sql code in my script
g_MySQLConnections[0] = mysql_connect("localhost", "root", "DB", "pass");
mysql_debug(1);
mysql_query("set session query_cache_type=0;", THREAD_NO_RESULT, 0, g_MySQLConnections[0]);
Posts: 148
Threads: 9
Joined: Sep 2014
Reputation:
0
You may need to change the mysql_connect information, Since your not using 'localhost' since that's your own SQL DB, Try looking for you SQL information.
Posts: 29
Threads: 5
Joined: Apr 2015
Reputation:
0
24.04.2015, 21:55
(
Последний раз редактировалось Lukex; 24.04.2015 в 23:09.
)
What do you mean, i am hosting my own SQL server from my VPS so it would be localhost wouldnt it the server is hosted on same server as sql
Posts: 617
Threads: 6
Joined: Oct 2011
Reputation:
0
Your not loading your MySQL plugin