MySQL tutorial - 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 tutorial (
/showthread.php?tid=640481)
MySQL tutorial -
Arbico - 03.09.2017
Hello guy, Now i need a tutorial on how to use MySQL in pawno, All the functions, How to setup and all that
Now i checked samp wiki, But the images, are replaced with a stupid image saying 3rd party hosting, and that i need to pay to enable it, If you got any other english tutorials you can help me with, Or maybe just screenshot the photos and paste them here if you can, i really need them
Re: MySQL tutorial -
mongi - 03.09.2017
Check this. It is a login/register tuto using mysql. It helps
forum.sa-mp.com/showthread.php?t=574714&highlight=mysql+tuto
Re: MySQL tutorial -
10MIN - 03.09.2017
Check the Wiki
https://sampwiki.blast.hk/wiki/MySQL and for "query" parameters from functions you need to use a MySQL query. Some Documentation:
https://dev.mysql.com/doc/refman/5.7/en/ and optionally
if your host has a MariaDB server:
https://mariadb.com/kb/en/the-mariad...documentation/. (MariaDB is a Modification of MySQL, but this is "another story")