SA-MP Forums Archive
Learning 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Learning MySQL. (/showthread.php?tid=128011)



Learning MySQL. - Devine - 15.02.2010

I'm sick of using the old/slow character saving method, and I really want to learn how to use MySQL. I took a look at a few scripts that use MySQL, and it just blew me away. It looks so confusing and I really don't understand it. What's the best way to learn it?


Re: Learning MySQL. - Daren_Jacobson - 15.02.2010

http://dev.mysql.com/doc/refman/5.1/en/

just start going and if it doesn't work look it up


Re: Learning MySQL. - Devine - 16.02.2010

Quote:
Originally Posted by Daren_Jacobson
http://dev.mysql.com/doc/refman/5.1/en/

just start going and if it doesn't work look it up
Thanks, I'll look it over.


Re: Learning MySQL. - Devine - 16.04.2010

Bump. Still want to learn this and that website didn't work.


Re: Learning MySQL. - NeRoSiS - 16.04.2010

Quote:
Originally Posted by CPrescott
Bump. Still want to learn this and that website didn't work.
G-Stylees plugin has an example script, start with that and work your way up


Re: Learning MySQL. - Mikep. - 16.04.2010

This is a good tutorials website: http://www.tizag.com/mysqlTutorial/index.php


Re: Learning MySQL. - Sergei - 16.04.2010

I'm sure that many of your possible questions have already been explained in G-sTyLeZzZ's topic, so I suggest you to just start trying and find possible help in that topic.


Re: Learning MySQL. - Calgon - 16.04.2010

Quote:
Originally Posted by Mikep.
This is a good tutorials website: http://www.tizag.com/mysqlTutorial/index.php
Beat me to it.

I created an example script too, I see you had some troubles with them as you said, but mine's pretty simple, check over tizag and then my script, see the comparison between the PHP code and the Pawn code, and you'll probably have some luck.

Good luck anyway.