Mysql - 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 (
/showthread.php?tid=534170)
Mysql -
Seifspeed - 28.08.2014
How can I know which mysql version i have.
Because I have a mysql.dll and I am not sure which one is it.
r38 ? r39? samp myql 0.15
thanks in advance.
Re: Mysql -
IceCube! - 28.08.2014
You can't really, unless you try to use a function that isn't in your currant MySQL version. If your unsure however, I would recommend redownloading the version you want. As this will save you time fixing the problem in the future, also keep in mind it's good practice to make note of the version you have beside the include.
pawn Код:
#include <a_mysql> //Version r39
EDIT: If you open the .inc file for your MySQL, you may say there. That doesn't mean the .dll or plugin file is that version however, if that's the version you want redownload it to ensure they match.
Re: Mysql -
Riddick94 - 28.08.2014
Код:
[14:52:19] Loading plugin: mysql
[14:52:19] >> plugin.mysql: R39-2 successfully loaded.
??