View Single Post
Old 11-07-2010, 04:15 AM   #10
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Thumbs up

For CentOS 5.x:

1. Install EPEL repository
Code:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
or for x64 architecture (you can check it by uname -a command)
Code:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
2. Update RPM and ISPmanager caches
Code:
yum makecache
/usr/local/ispmgr/sbin/pkgctl cache
3. Install PhpMyAdmin via Applications menu
slava is offline   Reply With Quote