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)
+--- Thread: learning MySQL (/showthread.php?tid=567764)



learning MySQL - Denis1 - 16.03.2015

I've pretty much learned the scripting basics and I am now looking to learn advanced. I've decided to start off by learning MySQL which is a new language to me. I'd greatly appreciate if you could tell me what's the first thing I should do. It may not be the correct order, so if you think that MySQL shouldn't be the next thing to learn, I'd be thankful if you replied.


Re: learning MySQL - Emmet_ - 16.03.2015

MySQL has plenty of documentation here:

http://dev.mysql.com/doc/refman/5.6/en/index.html

The MySQL plugin can be downloaded here:

https://sampforum.blast.hk/showthread.php?tid=56564


Re: learning MySQL - X337 - 16.03.2015

I think MySQL is easier than others, because so much syntax can used in MySQL.
first you need to understand all MySQL syntax, you can learn here
http://www.w3schools.com/sql/default.asp

and for PAWN, so much tutorial in this forums.
https://www.******.com/search?q=mysq...orum.sa-mp.com

#CMIIW


Respuesta: learning MySQL - Victor_Gutierrez - 16.03.2015

The first thing you must to know is that MySQL isn't a languaje (by the other hand, SQL is a languaje to handle one MySQL database), thats only a detail

Download one basic GM with Mysql and try to learn how it works, this is the first step I think..

regards


Re: learning MySQL - Denis1 - 16.03.2015

I'll be checking the links you provided for the next hour. I wish it was possible to +rep all of you.


Re: learning MySQL - Misiur - 16.03.2015

If you want to learn SQL you don't even need to use pawn! You can use mysql from console, run queries and such. For visual management (for example I hate to create tables via queries) you can use MySQL workbench, or php based phpmyadmin.

Very useful graphs about joins: http://blog.codinghorror.com/a-visua...-of-sql-joins/


Re: learning MySQL - Denis1 - 16.03.2015

Very useful piece of information. I've also found a few useful links where I can learn MySQL from. I don't want to rush as I have plenty of time but I may be a little disappointed if SQL is harder than I had thought.