MySQL Errors
#1

Код:
[18:38:31] [debug] Run time error 19: "File or function is not found"
[18:38:31] [debug]  mysql_log
[18:38:31] [debug]  mysql_connect
[18:38:31] [debug]  mysql_errno
[18:38:31] [debug]  mysql_format
[18:38:31] [debug]  mysql_tquery
[18:38:31] [debug]  mysql_close
[18:38:31] [debug]  cache_get_data
[18:38:31] [debug]  cache_get_row_int
[18:38:31] [debug]  cache_get_row
[18:38:31] [debug]  cache_insert_id
[18:38:31] [debug] Run time error 19: "File or function is not found"
[18:38:31] [debug]  mysql_log
[18:38:31] [debug]  mysql_connect
[18:38:31] [debug]  mysql_errno
[18:38:31] [debug]  mysql_format
[18:38:31] [debug]  mysql_tquery
[18:38:31] [debug]  mysql_close
[18:38:31] [debug]  cache_get_data
[18:38:31] [debug]  cache_get_row_int
[18:38:31] [debug]  cache_get_row
[18:38:31] [debug]  cache_insert_id
[18:38:31] Script[gamemodes/TGD(MySQL).amx]: Run time error 19: "File or function is not found"
MySQL Log:
Код:
	mysql_log(LOG_NONE);
	gInfo[gHandle] = mysql_connect(MySQL_HOST, MySQL_USER, MySQL_DB, MySQL_PASS);
	if(mysql_errno(gInfo[gHandle]) != 0)
	{
	    print("[MySQL MSG]: MySQL Failed Connected.");
	    SendRconCommand("gmx");
	}
	else
	{
	    print("[MySQL MSG]: MySQL Connected.");
	}
Reply
#2

- mysql plugin fails to load or you forgot to add it to the plugins line is server.cfg
- if the plugin failed to load, you need to install few things: http://forum.sa-mp.com/showpost.php?...51&postcount=3
- LOG_NONE is not recommended. Keep the default one for warnings and errors.
Reply
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
- mysql plugin fails to load or you forgot to add it to the plugins line is server.cfg
- if the plugin failed to load, you need to install few things: http://forum.sa-mp.com/showpost.php?...51&postcount=3
- LOG_NONE is not recommended. Keep the default one for warnings and errors.
I have the Redistributable new
I don't forget yo add the plugin to plugins line is server.cfg
I delete the LOG_NONE and again this show to me this line
Reply
#4

You got the mysql include?
Reply
#5

Quote:
Originally Posted by KevinExec
Посмотреть сообщение
You got the mysql include?
Yes I have the include
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)