how to install mysql in vps - 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: how to install mysql in vps (
/showthread.php?tid=553092)
how to install mysql in vps -
NayanIndia - 28.12.2014
hello i want to run Cops_And_Robbers_Gamemode_script-Saadat-gamemodes_ in my vps i want to install database tables but how can i run this in vps ?
and how to install phpmyadmin and how to use it
Re: how to install mysql in vps -
amirab - 28.12.2014
what OS is your VPS ?
Re: how to install mysql in vps -
TakeiT - 28.12.2014
Debian/Ubuntu
Code:
apt-get install mysql-server
CentOS
Code:
yum install mysql-server
Then install phpmyadmin with either apt-get or yum
Re: how to install mysql in vps -
NayanIndia - 28.12.2014
tell me the full steps then you caan be cowner in my server my os centos 6 34bit
Re: how to install mysql in vps -
NayanIndia - 28.12.2014
help
Re: how to install mysql in vps -
Arxalan - 28.12.2014
Removed.
Re: how to install mysql in vps -
www - 28.12.2014
For Debian/Ubuntu
Code:
# apt-get update apt-get upgrade
Code:
# apt-get install mysql-server php5-mysql
Code:
# apt-get install phpmyadmin
Use :
http://your_vps_ip/phpmyadmin
Note: You have to install apache server first.
For Centos/Fedora
Code:
# yum update yum upgrade
Code:
# yum install mysql-server php5-mysql
Code:
# yum install phpmyadmin
Use :
http://your_vps_ip/phpmyadmin
Note: You have to install apache server first.
If you have question feel free to pm me
Re: how to install mysql in vps -
NayanIndia - 29.12.2014
thanku
Re: how to install mysql in vps -
VishvaJeet - 29.12.2014
https://www.digitalocean.com/communi...tack-on-ubuntu