SA-MP Forums Archive
Mysql Plugin - 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 Plugin (/showthread.php?tid=498654)



Mysql Plugin - Kenway - 04.03.2014

I have a windows 2008 R2 server. When I start the server the mysql not loaded and in my home computer xp is loaded
Mysql plugin R26


Re: Mysql Plugin - Markooooooo - 04.03.2014

If you are using BlueG's mysql plugin, make sure you have libmysql.dll in the root of your server directory.
You can get it here: http://files.g-stylezzz.com/libmySQL.dll


Re: Mysql Plugin - Kenway - 04.03.2014

Quote:
Originally Posted by Markooooooo
Посмотреть сообщение
If you are using BlueG's mysql plugin, make sure you have libmysql.dll in the root of your server directory.
You can get it here: http://files.g-stylezzz.com/libmySQL.dll
yes I have it


Re: Mysql Plugin - Kenway - 04.03.2014

up help me


Re: Mysql Plugin - Kenway - 05.03.2014

help me


Re: Mysql Plugin - MattGregory - 05.03.2014

Post the logs in of the console and the contents of the mysql.log or whatever it's called please. We can't just guess what your issue is.


Re: Mysql Plugin - Kenway - 05.03.2014

This


Quote:

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[15:00:19]
[15:00:19] Server Plugins
[15:00:19] --------------
[15:00:19] Loading plugin: streamer
[15:00:19]

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

[15:00:19] Loaded.
[15:00:19] Loading plugin: sscanf
[15:00:19]

[15:00:19] ===============================

[15:00:19] sscanf plugin loaded.

[15:00:19] © 2009 Alex "******" Cole

[15:00:19] 0.3d-R2 500 Players "dnee"

[15:00:19] ===============================

[15:00:19] Loaded.
[15:00:19] Loading plugin: mysql
[15:00:19] Failed.
[15:00:19] Loading plugin: Whirlpool
[15:00:20]
[15:00:20] ==================
[15:00:20]
[15:00:20] Whirlpool loaded
[15:00:20]
[15:00:20] ==================
[15:00:20]
[15:00:20] Loaded.
[15:00:20] Loading plugin: nativechecker
[15:00:20] Loaded.
[15:00:20] Loaded 4 plugins.

[15:00:20]
[15:00:20] Ban list
[15:00:20] --------
[15:00:20] Loaded: samp.ban
[15:00:20]
[15:00:20]
[15:00:20] Filterscripts
[15:00:20] ---------------
[15:00:20] Loading filterscript 'gcustom.amx'...
[15:00:20] Loading filterscript 'yom_buttons.amx'...
[15:00:20] Loaded 2 filterscripts.

[15:00:20] Error: Function not registered: 'mysql_function_query'
[15:00:20] Error: Function not registered: 'mysql_real_escape_string'
[15:00:20] Error: Function not registered: 'cache_get_data'
[15:00:20] Error: Function not registered: 'cache_get_field_content'
[15:00:20] Error: Function not registered: 'mysql_stat'
[15:00:20] Error: Function not registered: 'mysql_log'
[15:00:20] Error: Function not registered: 'mysql_connect'
[15:00:20] Error: Function not registered: 'mysql_close'
[15:00:20] Error: Function not registered: 'cache_get_row'
[15:00:20] Error: Function not registered: 'cache_insert_id'
[15:00:20] Error: Function not registered: 'cache_affected_rows'
[15:00:20] Script[gamemodes/UGRP.amx]: Run time error 19: "File or function is not found"
[15:00:20] Number of vehicle models: 0




Re: Mysql Plugin - GalaxyHostFree - 05.03.2014

Well I see something....

Quote:

[15:00:19] Loading plugin: mysql
[15:00:19] Failed.

[15:00:20] Script[gamemodes/UGRP.amx]: Run time error 19: "File or function is not found"

Make sure you have the correct version of .inc of your plugin (update your mysql plugin also) Try to add .dll or .so at the end of mysql in your server.cfg under plugins

Should be like this.

Quote:

plugins sscanf.dll streamer.dll mysql.dll

if you are using linux change .dll to .so


Re: Mysql Plugin - Kenway - 05.03.2014

Quote:
Originally Posted by GalaxyHostFree
Посмотреть сообщение
Well I see something....




Make sure you have the correct version of .inc of your plugin. Try to add .dll or .so at the end of mysql in your server.cfg under plugins

Should be like this.



if you are using linux change .dll to .so
I have all the files/plugins as i say in my windows xp its works and windows server not


Re: Mysql Plugin - Kenway - 05.03.2014

No one know?