how to install mysql in vps
#1

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
Reply
#2

what OS is your VPS ?
Reply
#3

Debian/Ubuntu
Code:
apt-get install mysql-server
CentOS
Code:
yum install mysql-server
Then install phpmyadmin with either apt-get or yum
Reply
#4

tell me the full steps then you caan be cowner in my server my os centos 6 34bit
Reply
#5

help
Reply
#6

Removed.
Reply
#7

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
Reply
#8

thanku
Reply
#9

https://www.digitalocean.com/communi...tack-on-ubuntu
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)