Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to setup phpMyAdmin on linux vps?

Junior Spellweaver
Joined
Nov 7, 2010
Messages
171
Reaction score
11
Dear ragezone users,


This time, i am going to show you how to setup phpMyAdmin on linux vps hosting, it is very easy to setup :) no worries for this time ^_^


first log in your Linux Vps on putty.exe, well you need to have your mysql password before doing this level.

after you log in, type this command:

cd ../var/www/html

neoexdeath05 - How to setup phpMyAdmin on linux vps? - RaGEZONE Forums


now download phpMyAdmin using putty.exe, type this command below:


wget -c

neoexdeath05 - How to setup phpMyAdmin on linux vps? - RaGEZONE Forums


now you may now unrar the rar file: phpMyAdmin-3.4.11-english, to unrar type this simple followng commands:

tar xvfz phpMyAdmin-3.4.11-english.tar.gz

neoexdeath05 - How to setup phpMyAdmin on linux vps? - RaGEZONE Forums



rename it into phpmyadmin, to rename type this command:

mv phpMyAdmin-3.4.11-english phpmyadmin


now you may go to phpmyadmin:

cd phpmyadmin


you need to restart the httpd first before running your phpmyadmin, to restart type this command:
service httpd restart

neoexdeath05 - How to setup phpMyAdmin on linux vps? - RaGEZONE Forums


now lets proceed to your phpmyadmin, open your web browser and put your ip/phpmyadmin

neoexdeath05 - How to setup phpMyAdmin on linux vps? - RaGEZONE Forums


Your Done! :)

That's all have fun!
-------------------------------------------

JayCrane,
eAthena Developer
 
Back
Top