SA-MP Forums Archive
MySQL [REP+] - 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 [REP+] (/showthread.php?tid=570678)



MySQL [REP+] - SecretBoss - 12.04.2015

Hello guys since I used to work with INI and not with MySQL I don't know a lot of things about how it working I have a gamemode that needs MySQL host, I have it can anyone describe me now how to create tables etc?

REP+ to EVERYBODY who will help me or everybody who at least will try to help me


Re: MySQL [REP+] - Vince - 12.04.2015

Oh dear. You don't learn this in a few minutes. SQL and data modeling is so extensive it would take you about 50 straight hours to just learn the basics.


Re: MySQL [REP+] - SecretBoss - 12.04.2015

I know it, but I just need help with hosting a gamemode with MySQL, I have a hosting web + samp what I need to do next?


Re: MySQL [REP+] - MEW273 - 13.04.2015

Hi SecretBoss,

There are quite a few tutorials around the forum and web in general in regards to MySQL and it's usage.

The below ****** link will provide you with quite a few threads here to assist you.
http://lmgtfy.com/?q=samp+using+mysq...orum.sa-mp.com


Re: MySQL [REP+] - arlindi - 13.04.2015

First of all you need to use Wamp or XXamp server
after downlaoad it turn it.
you will need to add it in phpmyadmin
after this go in server
and set the mysql phpmyadmin root bla bla bla


Re: MySQL [REP+] - Jimmy0wns - 13.04.2015

I assume you have phpmyadmin installed with your host, here are some tutorials out that explain how you would use it correctly and makes tables.