SA-MP Forums Archive
MySQL server start - 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 server start (/showthread.php?tid=455473)



MySQL server start - Deividas1 - 01.08.2013

Hello so i have a question for you guys what is the problem for me when i am trying to run my server on VPS i was geting error that it says error function blabla i read a threads on forum about it i put negativechecker.so or something like that and i tried to put a lots of mysql.so and not even 1 was right for me a error is There isn't problem with code because i tried to run it with windows dll plugin mysql everything was all right so the problem is with plugins i think and i don't know which is right for me.

[18:51:48] Error: Function not registered: 'mysql_debug'
[18:51:48] Error: Function not registered: 'mysql_connect'
[18:51:48] Error: Function not registered: 'mysql_stat'
[18:51:48] Error: Function not registered: 'mysql_query'
[18:51:48] Error: Function not registered: 'mysql_store_result'
[18:51:48] Error: Function not registered: 'mysql_fetch_row_format'
[18:51:48] Error: Function not registered: 'mysql_fetch_field_row'
[18:51:48] Error: Function not registered: 'mysql_num_rows'
[18:51:48] Error: Function not registered: 'mysql_fetch_int'
[18:51:48] Error: Function not registered: 'mysql_free_result'
[18:51:48] Error: Function not registered: 'mysql_real_escape_string'


Re: MySQL server start - sarab_singh - 02.08.2013

Check that you have loaded correct plugin and includes


Re: MySQL server start - Smally - 02.08.2013

Which version of MySQL are you using?


Re: MySQL server start - Deividas1 - 02.08.2013

i was trying to load simple mysql plugins for linux and i tried to load GBlue plugins but the problem keeping the same and didn't help


Re: MySQL server start - Konstantinos - 02.08.2013

Quote:
Originally Posted by Deividas1
Посмотреть сообщение
i was trying to load simple mysql plugins for linux and i tried to load GBlue plugins but the problem keeping the same and didn't help
BlueG*

The plugin fails to load. Check server_log.txt


Re: MySQL server start - Deividas1 - 02.08.2013

It Say's [18:51:48] Loading plugin: mysql.so
[18:51:48] Failed (libssl.so.0.9.8: cannot open shared object file: No such file or directory)


Re: MySQL server start - Konstantinos - 02.08.2013

http://forum.sa-mp.com/showpost.php?...postcount=1608

http://forum.sa-mp.com/showpost.php?...postcount=1609


Re: MySQL server start - Deividas1 - 02.08.2013

Quote:
Originally Posted by _Zeus
Посмотреть сообщение
Sorry but didn't understand what do you mean by this post and where can i find libssl-dev ? thanks for help


Re: MySQL server start - Konstantinos - 02.08.2013

One user had the same problem like you, these are two possible solutions.

You're on Linux, so install the what the second post says if you're sure it's not something with the permissions.

PS: In case, you're using a VPS don't forget to set the permisions to plugins folder (it must be set to "Execute").


Re: MySQL server start - Deividas1 - 02.08.2013

Okey i would like to set permissions and i can't understand where can i get the libary like libssl.so.0.9.8

On VPS which files should be set to 777 ?