Usually I relay on AppServ when it comes to installing the web-server and its necessary components. Recently I found my “PhpMyAdmin” missing from the installation. I expected it to be a bit complicated but rather turned out to be very easy.
Here is how you can get it done.
Choose either of the command depending on the version you server support. phpMyAdmin-2.11.3 is compatible with PHP 4+ and MySQL 3+ and phpMyAdmin-3.2.4 compatible with PHP 5 and MySQL 5.
# wget -c http://prdownloads.sourceforge.net/phpmyadmin/
phpMyAdmin-2.11.3-english.tar.gz?download
# wget -c http://prdownloads.sourceforge.net/phpmyadmin/
phpMyAdmin-3.2.4-english.tar.gz?download
Move to the new folder
# cd phpmyadmin
Now you can go to the url “www.yourserver.com/phpmyadmin”. You will get a popup authentication box. Enter the mysql username and password
Real knowledge is to know the extent of one’s ignorance.
—
Hi my name is Alfie. I am an IT professional specialized in opensource web development. I work as a System Analist com Web Programmer. My blog have no restriction on the topics it deals with but mainly specialized on infotainment topics. Your constant help, support and comments will be an encouragement for my efforts.
[...] Excerpt from: » How to install PhpMyAdmin on Linux (CentOS) @Blokeish.com [...]