Hel[p Regarding Linux VPS - 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: Hel[p Regarding Linux VPS (
/showthread.php?tid=440839)
Hel[p Regarding Linux VPS -
GreTex - 31.05.2013
i have bought a VPS just now
and its unmanaged now how can i install Mysql and other Things that mysql Need To Run
Coz my script is MySql Based
Re: Hel[p Regarding Linux VPS -
kaisersouse - 31.05.2013
yum install mysql
yum install mysql-server
Re: Hel[p Regarding Linux VPS -
GreTex - 31.05.2013
And Then How can i Set up? It I mean How to create Tables?
And Change the Password Of the Mysql Database?
How can i acces it?
Re: Hel[p Regarding Linux VPS -
Abhishek. - 31.05.2013
go search php my admin
Re: Hel[p Regarding Linux VPS -
GreTex - 31.05.2013
I Cant Clearly Understand Phpmyadmin :/
Re: Hel[p Regarding Linux VPS -
Scenario - 31.05.2013
Here's a tip. If you don't understand phpMyAdmin, then don't run a script that uses MySQL.
Re: Hel[p Regarding Linux VPS -
nielsbon1 - 31.05.2013
If i where you i would install a LAMP server by doing:
Код:
apt-get install tasksel
After installation completed run command:
tasksel
Choose for a lamp server, and it will install apache for you.
After that put command:
apt-get install phpmyadmin
Select LAMP
DB-CONFIG: yes
Then you can access by your server IP in the browser so like 127.0.0.1/phpmyadmin
And you have a visible interface.
Re: Hel[p Regarding Linux VPS -
Michael@Belgium - 31.05.2013
Ye, if you would use ******
That would be great.