MySQL, starting out.. help :3 - 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, starting out.. help :3 (
/showthread.php?tid=335788)
MySQL, starting out.. help :3 -
rubygta - 19.04.2012
Hey, there. I have a small gamemode which I want to get further with, and I've come to the conclusion that I want to use MySQL in my gamemode, simply because of all the possibilities, like connecting the database to pHp(websites), etc.. But, to make that work, I need to learn MySQL.. I've downloaded XAMPP, but I honestly have no clue about MySQL nor pHpMyAdmin. I've been searching a little bit, but I can't really find something that fits me, what I wanna do is use MySQL for saving user variables, and logs etc. So, is there any recommended tutorial series or tutorials I should check out? As I've said, I'm totally blank at this stage.
Thanks for any help.
Re: MySQL, starting out.. help :3 -
Sinner - 19.04.2012
You can start by learning SQL, the language MySQL is based on. You don't need to know everything just the basics will get you a long way (select, from, update, create, ...).
http://www.w3schools.com/sql/default.asp
If you don't want to, I'm sure there are plenty of tutorials on MySQL on these forums, just use the search button.
Re: MySQL, starting out.. help :3 -
rubygta - 20.04.2012
Hi there, Sinner, and thank you for responding

That's what I was looking for, basic SQL tutorials, thanks again for that

!
Have a nice day :3!