SA-MP Forums Archive
MYSQL Help needed - 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: MYSQL Help needed (/showthread.php?tid=360667)



MYSQL Help needed - High Sky Roleplay Gaming - 18.07.2012

Hello Scripterz.

i am getting this error while i try to start my mysql script

[09:19:59] Number of vehicle models: 0
[09:19:59] Script[gamemodes/hsrpmysql.amx]: Run time error 19: "File or function is not found"
[09:19:59] OnGameo

[09:19:59] Loaded 1 filterscripts.
[09:19:59] OnFilter
[09:19:59] Loading filterscript 'Fireworks.amx'...
[09:19:59] Unable to load filterscript 'Radio.amx'.
[09:19:59] Loading filterscript 'Radio.amx'...
[09:19:59] Unable to load filterscript 'Anims.amx'.
[09:19:59] Loading filterscript 'Anims.amx'...
[09:19:59] Unable to load filterscript 'Buttons.amx'.
[09:19:59] Loading filterscript 'Buttons.amx'...
[09:19:59] ---------------
[09:19:59] Filterscripts
[09:19:59]

[09:19:59] Loaded 3 plugins.
[09:19:59] Failed (libz.so.1: cannot open shared object file: No such file or directory)
[09:19:59] Loading plugin: mysql.so
[09:19:59] Loaded.

[09:19:59] ===============================

[09:19:59] 0.3d-R2 500 Players "dnee"

[09:19:59] © 2009 Alex "******" Cole

[09:19:59] sscanf plugin loaded.

[09:19:59] ===============================

[09:19:59]
[09:19:59] Loading plugin: sscanf.so
[09:19:59] Loaded.

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

[09:19:59]
[09:19:59] Loading plugin: streamer.so
[09:19:59] Loaded.

*** Audio Plugin v0.5 by Incognito loaded ***

[09:19:59]
[09:19:59] Loading plugin: audio.so
[09:19:59] --------------
[09:19:59] Server Plugins
[09:19:59]

v0.3e, ©2005-2012 SA-MP Team
----------------------
SA-MP Dedicated Server


what do i need to do to solve this problem ??

Regards:
High Sky Roleplay Gaming


Re: MYSQL Help needed - Avi57 - 18.07.2012

HERE :
Код:
[09:19:59] Loaded 3 plugins.
[09:19:59] Failed (libz.so.1: cannot open shared object file: No such file or directory)
[09:19:59] Loading plugin: mysql.so
[09:19:59] Loaded.



Re: MYSQL Help needed - High Sky Roleplay Gaming - 18.07.2012

Yes i know that part.
but what to i need to change in that to solve the problem ?


Re: MYSQL Help needed - Aprezt - 18.07.2012

Have you got a libmysql.so file in your server folder ?


Re: MYSQL Help needed - High Sky Roleplay Gaming - 18.07.2012

No i dont have that. where can i download that ??


Re: MYSQL Help needed - High Sky Roleplay Gaming - 18.07.2012

I downloaded the libmysql.dll but where can i download the libmysql.so ?


Re: MYSQL Help needed - mamorunl - 18.07.2012

*.dll files are for windows, *.so files are for linux. So the dll file is useless on a linux platform. You should be able to get those files at BlueG's MySQL plugin page on the forum here.

https://sampforum.blast.hk/showthread.php?tid=56564


Re: MYSQL Help needed - High Sky Roleplay Gaming - 18.07.2012

I know. i saw it. but i only need to know how to solve this problem :

Код:
[09:19:59] Loaded 3 plugins.
[09:19:59] Failed (libz.so.1: cannot open shared object file: No such file or directory)
[09:19:59] Loading plugin: mysql.so
[09:19:59] Loaded.



Re: MYSQL Help needed - High Sky Roleplay Gaming - 18.07.2012

BTW i have my server + mysql at VOLT Host

this is in de g_mysql from me

Код:
// MySQL Configuration
#define SQL_HOST "66.85.148.154"
#define SQL_DB "6032_hsrp"
#define SQL_USER "6032_hsrp"
#define SQL_PASS "mypassword"