SA-MP Forums Archive
Errors, please help - 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: Errors, please help (/showthread.php?tid=462072)



Errors, please help - 13 - 05.09.2013

I am pretty new to mySql, but can anyone help me with this? tell me what I need and all?


SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[19:31:19] password = "" (string)
[19:31:19]
[19:31:19] Server Plugins
[19:31:19] --------------
[19:31:19] Loading plugin: mysql
[19:31:19]

> MySQL plugin R7 successfully loaded.

[19:31:19] Loaded.
[19:31:19] Loading plugin: streamer
[19:31:19]

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

[19:31:19] Loaded.
[19:31:19] Loading plugin: sscanf
[19:31:19]

[19:31:19] ===============================

[19:31:19] sscanf plugin loaded.

[19:31:19] Version: 2.8.1

[19:31:19] © 2012 Alex "******" Cole

[19:31:19] ===============================

[19:31:19] Loaded.
[19:31:19] Loading plugin: Whirlpool
[19:31:22]
[19:31:22] ==================
[19:31:22]
[19:31:22] Whirlpool loaded
[19:31:22]
[19:31:22] ==================
[19:31:22]
[19:31:22] Loaded.
[19:31:22] Loading plugin: nativechecker
[19:31:22] Loaded.
[19:31:22] Loaded 5 plugins.

[19:31:22]
[19:31:22] Filterscripts
[19:31:22] ---------------
[19:31:22] Loading filterscript 'yom_buttons.amx'...
[19:31:22] Unable to load filterscript 'yom_buttons.amx'.
[19:31:22] Loading filterscript 'gcustom03e.amx'...
[19:31:22] Loading filterscript 'vacation.amx'...
[19:31:22] Unable to load filterscript 'vacation.amx'.
[19:31:22] Loaded 1 filterscripts.

[19:31:22]
[19:31:22] =======================================
[19:31:22] | |
[19:31:22] | YSI version 3.01.0002 |
[19:31:22] | By Alex "******" Cole |
[19:31:22] | |
[19:31:22] =======================================
[19:31:22]
[19:31:24] [MySQL] (Main Pipelines) Connecting to localhost...
[19:31:24] [MySQL] (MainPipeline) Fatal Error! Could not connect to MySQL: Host localhost - DB: hello - User: root
[19:31:24] [MySQL] Note: Make sure that you have provided the correct connection credentials.

[19:31:24] [LoadHouses] Loading data from database...
[19:31:24] [LoadDynamicDoors] Loading data from database...
[19:31:24] [LoadDynamicMapIcons] Loading data from database...
[19:31:24] [LoadDynamicTexts] Loading data from database...
[19:31:28] [LoadTurfWars] 40 turfs loaded.
[19:31:28] [LoadPaintballArenas] 10 paintball arenas loaded.
[19:31:28] [LoadEventPoints] 0 event points loaded.
[19:31:28] [LoadGates] 4000 gates loaded.
[19:31:28] [LoadElevatorStuff] 20 floors loaded.
[19:31:28] [LoadFamilies] 16 families loaded.
[19:31:28] [LoadPoints] 9 points loaded.
[19:31:30] [LoadCDealerships] 15 dealerships loaded.
[19:31:30] [MiscLoad] Misc Loaded
[19:31:30] [Tax] Government Tax/Vault Loaded.
[19:31:44] The server has fully loaded.
[19:31:44] Number of vehicle models: 111
[19:31:44] --- Server Shutting Down.
[19:31:44]

> MySQL plugin unloaded.

[19:31:44]

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

[19:31:44]

[19:31:44] ===============================

[19:31:44] sscanf plugin unloaded.

[19:31:44] ===============================

[19:31:44]
[19:31:44] ====================
[19:31:44]
[19:31:44] Whirlpool unloaded
[19:31:44]
[19:31:44] ====================
[19:31:44]


Re: Errors, please help - Eyce - 05.09.2013

It's unable to connect to your database. Make sure that you have supplied the correct credentials.
pawn Код:
mysql_connect(const host[], const user[], const database[], const password[]);