Detailed Mysql hosting Tutorial request - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Detailed Mysql hosting Tutorial request (
/showthread.php?tid=595236)
Detailed Mysql hosting Tutorial request -
[UE]Milan - 30.11.2015
Hey guys, I've been searching for days and I cant find a good tutorial. Most of these tutorials are either outdated or half written.
I need a tutorial where I can host a MYSQL based Samp Gamemode on my Debian VPS. Help is much appreciated.
PS: I wanna check out the South Central RP script in particular.
Re: Detailed Mysql hosting Tutorial request -
Karolukas123 - 30.11.2015
if you wanna just check so turn on server on localhost.. and use localhost/phpmyadmin
On debian you need:
apt-get install mysql-server-5.1
apt-get install phpmyadmin
Re: Detailed Mysql hosting Tutorial request -
rymax99 - 30.11.2015
Learn how MySQL works. You have a database server, the database is on the database server, the SA:MP connects to the database server with specified settings, as you make calls to functions from whatever plugin you're using for MySQL, the database is updated.
Just a tip here, if you aren't proficient in PAWN and MySQL, don't bother with the SC:RP script. It's a quite advanced script that's guaranteed to be overwhelming for anyone that isn't proficient.