Posts: 1,208
Threads: 52
Joined: Jan 2012
Reputation:
0
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.
Posts: 352
Threads: 149
Joined: Nov 2013
Reputation:
0
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
Posts: 724
Threads: 14
Joined: Jul 2012
Reputation:
0
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.