Help Making MySQL tables - 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: Help Making MySQL tables (
/showthread.php?tid=347322)
Help Making MySQL tables -
dannyk0ed - 01.06.2012
I am working a script and i put MySQL in there. I did everything expect tables, I dont have any clue how to make them and i would like one of you to help me make tables for my server.
Thanks.
Re: Help Making MySQL tables -
pointer* - 01.06.2012
You can find everything related to the tables creation here:
https://sampwiki.blast.hk/wiki/Mysql_tutorial
Re: Help Making MySQL tables -
iggy1 - 01.06.2012
Another cool place to learn about SQL
http://w3schools.com/sql/sql_create_table.asp
Re: Help Making MySQL tables -
FalconX - 01.06.2012
Quote:
Originally Posted by iggy1
|
In addition to w3schools we can also check
http://www.tizag.com/mysqlTutorial/mysqltables.php this for learning how to create tables in MySQL

but it also contains some PHP part (it's easy for me to understand from tizag

)
Quote:
Originally Posted by Tizag
A MySQL table is completely different than the normal table that you eat dinner on
|
- LOL!
-FalconX