MySQL -
PlayHard - 17.12.2011
Hello,
I am looking forward to learn this complicated MySQL language. If you're interested in showing and teaching me, please PM me or just put some links that redirects me to some useful pages, topics and threads that could help me using MySQL for SA-MP!
PS: I tried this
link. But it didn't help me enough to understand the language.
Thank you!
Re: MySQL -
Steven82 - 17.12.2011
Why don't you download a MySQL gamemode and see how all the functions are being used? There are like 1 or 2 really good MySQL tutorials in the tutorial section so check there too.
Re: MySQL -
Sergei - 17.12.2011
You need to learn SQL language. There are tons of tutorials on the web.
Re: MySQL -
PlayHard - 17.12.2011
Quote:
Originally Posted by Steven82
Why don't you download a MySQL gamemode and see how all the functions are being used? There are like 1 or 2 really good MySQL tutorials in the tutorial section so check there too.
|
May I have a fully-MySQL-working Game-mode?
Quote:
Originally Posted by Sergei
You need to learn SQL language. There are tons of tutorials on the web.
|
Hm, yup in my school in Technology material they talked about SQL a bit. But didn't went that deep in it. Anyway, I will try if that really helps and links ideas and stuff to MySQL. thank you!
Quote:
Originally Posted by belhot1992
Download HeidiSQL (A mysql client) and start practicing with it.
It's really useful, It will show you the queries done whenever you do something via the graphic interface.
www.heidisql.com
|
Oh thanks a lot that's helpful, I'll check this software! Thanks a lot my friend!
Re: MySQL -
Dark_Kostas - 17.12.2011
What you actually need to learn is how to do a query.
THIS site has some examples and also a place where you can do your own query and test it. Good luck!
Re: MySQL -
[HiC]TheKiller - 17.12.2011
MySQL is not a language, it's a platform. SQL is the actual language. SQL is not unique to sa-mp, so you can learn it from anywhere. If you want examples on how to use it in sa-mp, view the tutorial in my signature.
Re: MySQL -
Calgon - 17.12.2011
Not to toot my own horn, but if you're looking for a fully made gamemode, then
vxrp2 might be adequate, CW:RP has hardly any documentation and uses some of the most inefficient methods to query databases.
Quote:
Originally Posted by [HiC]TheKiller
MySQL is not a language, it's a platform. SQL is the actual language. SQL is not unique to sa-mp, so you can learn it from anywhere. If you want examples on how to use it in sa-mp, view the tutorial in my signature.
|
MySQL contains a modified version of SQL, so it's arguable that it is a language and a platform.
Re: MySQL -
Steven82 - 18.12.2011
Quote:
Originally Posted by Calgon
Not to toot my own horn, but if you're looking for a fully made gamemode, then vxrp2 might be adequate, CW:RP has hardly any documentation and uses some of the most inefficient methods to query databases.
MySQL contains a modified version of SQL, so it's arguable that it is a language and a platform.
|
Don't worry. Vortex 2 is WAY better than City Wide. I downloaded City Wide some odd 2 weeks ago i believe. I went through the gamemode trying to learn how MySQL was being used and found that it was kinda just thrown around everywhere and not making any sense at all..