28.12.2014, 09:27
For Debian/Ubuntu
Use : http://your_vps_ip/phpmyadmin
Note: You have to install apache server first.
For Centos/Fedora
Use : http://your_vps_ip/phpmyadmin
Note: You have to install apache server first.
If you have question feel free to pm me
Code:
# apt-get update apt-get upgrade
Code:
# apt-get install mysql-server php5-mysql
Code:
# apt-get install 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
Note: You have to install apache server first.
If you have question feel free to pm me