Not connecting to MySQL - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Not connecting to MySQL (
/showthread.php?tid=334744)
Not connecting to MySQL -
HazardGaming - 15.04.2012
Hello,
I have it ALL set up like I did my other GM, everything should be working but can someone tell me what's wrong with this?
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team
[11:55:24]bind 184.95.34.124
[11:55:24]bind 184.95.34.124 Server Plugins
[11:55:24]bind 184.95.34.124 --------------
[11:55:24]bind 184.95.34.124 Loading plugin: geoip.so
[11:55:24]bind 184.95.34.124 GeoIP_Plugin got loaded.
[11:55:24]bind 184.95.34.124 Loaded.
[11:55:24]bind 184.95.34.124 Loading plugin: sscanf.so
[11:55:24]bind 184.95.34.124
[11:55:24]bind 184.95.34.124 ===============================
[11:55:24]bind 184.95.34.124 sscanf plugin loaded.
[11:55:24]bind 184.95.34.124 © 2009 Alex "******" Cole
[11:55:24]bind 184.95.34.124 0.3d-R2 500 Players "dnee"
[11:55:24]bind 184.95.34.124 ===============================
[11:55:24]bind 184.95.34.124 Loaded.
[11:55:24]bind 184.95.34.124 Loading plugin: mysql.so
[11:55:24]bind 184.95.34.124
> MySQL plugin R6 successfully loaded.
[11:55:24]bind 184.95.34.124 Loaded.
[11:55:24]bind 184.95.34.124 Loading plugin: streamer.so
[11:55:24]bind 184.95.34.124
*** Streamer Plugin v2.6 by Incognito loaded ***
[11:55:24]bind 184.95.34.124 Loaded.
[11:55:24]bind 184.95.34.124 Loading plugin: wp.so
[11:55:24]bind 184.95.34.124
[11:55:24]bind 184.95.34.124 ==================
[11:55:24]bind 184.95.34.124
[11:55:24]bind 184.95.34.124 Whirlpool loaded
[11:55:24]bind 184.95.34.124
[11:55:24]bind 184.95.34.124 ==================
[11:55:24]bind 184.95.34.124
[11:55:24]bind 184.95.34.124 Loaded.
[11:55:24]bind 184.95.34.124 Loading plugin: irc.so
[11:55:24]bind 184.95.34.124
*** IRC Plugin v1.4.1 by Incognito loaded ***
[11:55:24]bind 184.95.34.124 Loaded.
[11:55:24]bind 184.95.34.124 Loaded 6 plugins.
[11:55:24]bind 184.95.34.124
[11:55:24]bind 184.95.34.124 Filterscripts
[11:55:24]bind 184.95.34.124 ---------------
[11:55:24]bind 184.95.34.124 Loaded 0 filterscripts.
[11:55:24]bind 184.95.34.124 [debug] OnGameModeInit()
[11:55:24]bind 184.95.34.124 sscanf error: System not initialised.
[11:55:24]bind 184.95.34.124 [debug] initiateConnections() '***_CTRP|184.95.34.124|****_CTRP|******', '', '', ''
[11:55:24]bind 184.95.34.124 Number of vehicle models: 0
Re: Not connecting to MySQL -
AndreT - 15.04.2012
Do you have the latest include files for
sscanf? If you do and this error persists, turn to the sscanf topic itself for help (and don't forget to READ it first). I suppose you could also try updating your plugin.
Also, show your code which attempts connecting to the MySQL server. Enable mysql_debug(1) and then post the information from mysql_log.txt.