Ubuntu MySQL problem - 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: Ubuntu MySQL problem (
/showthread.php?tid=485280)
Ubuntu MySQL problem -
Jimmy0wns - 03.01.2014
Hey, i'm currently using the static MySQL plugin of BlueG but when i try to start the server, it gives me the following errors:
Код:
[19:39:37] Error: Function not registered: 'mysql_real_escape_string'
[19:39:37] Error: Function not registered: 'mysql_store_result'
[19:39:37] Error: Function not registered: 'mysql_num_rows'
[19:39:37] Error: Function not registered: 'mysql_free_result'
[19:39:37] Error: Function not registered: 'mysql_fetch_row_format'
[19:39:37] Error: Function not registered: 'mysql_ping'
[19:39:37] Error: Function not registered: 'mysql_retrieve_row'
[19:39:37] Error: Function not registered: 'mysql_fetch_field_row'
[19:39:37] Error: Function not registered: 'mysql_fetch_int'
In the top it also says that the MySQL plugin has been loaded, so thats not the case.
Also been trying to use the normal one with the libmysqlclient_r.so.16 file but still no effect as it then says it can't find the file.
Re: Ubuntu MySQL problem -
driftg0d - 03.01.2014
Update your .dll and your libmysql files.
Re: Ubuntu MySQL problem -
Jimmy0wns - 03.01.2014
Quote:
Originally Posted by driftg0d
Update your .dll and your libmysql files.
|
I already did update them as i know someone would say that.
Re: Ubuntu MySQL problem -
driftg0d - 03.01.2014
I had the same problem on windows, and that's how i solved it.
Can you please send me the log then?
Re: Ubuntu MySQL problem -
Jimmy0wns - 03.01.2014
Quote:
Originally Posted by driftg0d
I had the same problem on windows, and that's how i solved it.
Can you please send me the log then?
|
It doesnt contain anything special, only the other loading plugins, which are fine.
Re: Ubuntu MySQL problem -
Jimmy0wns - 04.01.2014
bump