SA-MP Forums Archive
Another MySQL problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Another MySQL problem (/showthread.php?tid=410617)



Another MySQL problem - DanCovaciu - 26.01.2013

Hello guys, I managed to fix the last problem but now I get another problem: The server keeps failing to connect to the database. I am using Volt-host.
This is what I've got in the script:
Код:
#define mysql_host 			"91.121.248.67:3306"
#define mysql_user 			"8288_Dan_Covaciu"
#define mysql_password 		"********"
#define mysql_database 		"8288_Dan_Covaciu"
Aand this is what I get in the mysql_log:
Код:
[Thu Jan 24 20:23:07 2013]      Logging Started
[Thu Jan 24 20:23:07 2013] -------------------------
[Fri Jan 25 20:32:27 2013] -------------------------
[Fri Jan 25 20:32:27 2013]      Logging Started
[Fri Jan 25 20:32:27 2013] -------------------------
[Sat Jan 26 08:15:39 2013] -------------------------
[Sat Jan 26 08:15:39 2013]      Logging Started
[Sat Jan 26 08:15:39 2013] -------------------------
[Sat Jan 26 10:34:12 2013] -------------------------
[Sat Jan 26 10:34:12 2013]      Logging Started
[Sat Jan 26 10:34:12 2013] -------------------------
[Sat Jan 26 10:34:24 2013] -------------------------
[Sat Jan 26 10:34:24 2013]      Logging Started
[Sat Jan 26 10:34:24 2013] -------------------------
[Sat Jan 26 10:38:10 2013] -------------------------
[Sat Jan 26 10:38:10 2013]      Logging Started
[Sat Jan 26 10:38:10 2013] -------------------------
Please help me, I am desperate.


AW: Another MySQL problem - Blackazur - 26.01.2013

Maybe your Database is false setted. Does it say something on the server-log?


Re: Another MySQL problem - DanCovaciu - 26.01.2013

This is what it says in the server_log:
Код:
 

  ===============================

      sscanf plugin loaded.     

   0.3d-R2 500 Players "dnee"

  ===============================

   Loaded.


*** Streamer Plugin v2.6.1 by Incognito loaded ***

  Loaded.
 Loading plugin: nativechecker.so
  Loaded.
 Loaded 4 plugins.

 
 Filterscripts
 ---------------
   Loading filterscript 'bLaser.amx'...
   Loading filterscript 'iuweaponsdrop.amx'...
****************************************

 ************* Made by ******************

 ********* Allan Jader(CyNiC) ***********

 ****************************************
  Loaded 2 filterscripts.

 *** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x26104) (script needs to be recompiled with the latest include file)
[MYSQL] Connection with the database: FAIL!
This is what it says.