#1

Once i have MYSQL Plugins to my Linux , it should be .so right?? then how to use it?
Reply
#2

Open your server.cfg

Check the "plugins" line and add mysql.so
With the plugin, a file called a_mysql.inc is provided. Open your pawno folder, then the include folder which is inside and drop the a_mysql.inc file in the pawno\includes folder.
The includes provides you the natives functions of MySQL.

Here's the wiki of the functions (BlueG's plugin) : https://sampwiki.blast.hk/wiki/MySQL/R33

Don't forget to add this just under #include <a_samp>

PHP код:

#include <a_mysql> 
And you're ready to code !
Reply
#3

I did , all you said , now how can i use it?? where?? and how?
Reply
#4

First of all, you will need to learn SQL.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)