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: Mysql Problem (
/showthread.php?tid=566777)
Solved -
arlindi - 08.03.2015
SOLVED
Re: Mysql Problem -
biker122 - 08.03.2015
You either are using MySQL R5/R6. Get the correct mysql plugin.
Update sscanf to latest version + compile the code before starting the server.
Re: Mysql Problem -
arlindi - 08.03.2015
How to found the correct mysql Plugin ?
Re: Mysql Problem -
Nicker - 08.03.2015
Quote:
Originally Posted by arlindi
How to found the correct mysql Plugin ?
|
You can find the latest MySQL versions here:
https://github.com/pBlueG/SA-MP-MySQL/releases
Respuesta: Mysql Problem -
JuanStone - 08.03.2015
Shows in what order you put the plugins to "server_cfg" i had some similar warnings recently and al-seem the solution was to place nativechecker at the end of the list of plugins. Place at the end of the list of plugins "nativechecker" and perhaps this will be remedied.
In 'server_cfg':
Код:
plugins plugin1 plugin2 plugin3.. nativechecker
Also, update their plugins is recommended.
Re: Mysql Problem -
arlindi - 08.03.2015
I am using The MySQL of G-sTyLeZzZ
Its R5
Re: Mysql Problem -
FOTIS6 - 08.03.2015
Код:
[04:53:22] Loading plugin: mysqlR6.so
[04:53:22]
> MySQL plugin R6 successfully loaded.
[04:53:22] Loaded.
[04:53:22] Loading plugin: mysqlR7.so
[04:53:22] plugin.mysql: R20 successfully loaded.
[04:53:22] Loaded.
[04:53:22] Loading plugin: mysqlS.so
[04:53:22] SA:MP MySQL Plugin v2.1.1 Loaded.
[04:53:22] Loaded.
[04:53:22] [MySQL] Thread running. Threadsafe: Yes.
[04:53:22] Loading plugin: mysqlR39.so
[04:53:22] >> plugin.mysql: R39-2 successfully loaded.
[04:53:22] Loaded.
[04:53:22] Loading plugin: mysql.so
[04:53:22] SA:MP MySQL Plugin v2.1.1 Loaded.
[04:53:22] Loaded.
Tell me why are you using all these mysql plugins? Why do you need them? just use mysqlR39 why do you need R7 and R6 too? There is no need to use all them. Remove them all except mysqlR39 and change your scripts to threaded queries. Otherwise just keep R5/R6 and remove all the others.
Re: Mysql Problem -
arlindi - 08.03.2015
Soo i need just R6 Plugin ?
Re: Mysql Problem -
FOTIS6 - 08.03.2015
Quote:
Originally Posted by arlindi
Soo i need just R6 Plugin ?
|
Yes, although I would recommend R39 and threaded queries but you can keep R6. But delete all the others from your config file.
Re: Mysql Problem -
FOTIS6 - 08.03.2015
Deleted