Hey,
wie schon oben steht verbindet er mich nicht.(StrickenKid)
Fehler:[MySQL] Error (0): Function: mysql_connect failed, mysql was not initialized on
this handle.
Script:
#include <mysql>
/* -- EINSTELLUNGEN --*/
#define SQL_DATABASE "sampserv"
#define SQL_HOST "localhost"
#define SQL_USER "thetvMt2"
#define SQL_PASSWORD "12345"
public OnFilterScriptInit()
{
mysql_connect(SQL_HOST,SQL_USER,SQL_DATABASE,SQL_PASSWORD);
return 1;
}
Server.cfg:
plugins SAMPFOX streamer sscanf mysql
ServerLog:
13:08:13] Loading plugin: mysql
[13:08:13] SA:MP MySQL Plugin v2.1.1 Loaded.
[13:08:13] Loaded.
[13:08:13] Loaded 4 plugins.Mysql.log:[Mon Mar 18 13:08:13 2013] -------------------------
[Mon Mar 18 13:08:13 2013] Logging Started
[Mon Mar 18 13:08:13 2013] -------------------------
[Mon Mar 18 13:08:13 2013] Error (0): Function: mysql_connect failed, mysql was not initialized on this handle.
Kann mir jemand helfen?