PDA

View Full Version : Where did phpMyAdmin go?


rennsix
01-07-2010, 06:37 AM
I've had much success in the past with ISPmanager and CentOS x86 LAMP image stacks from vps.net.

Today, after downloading ISPmanager using ssh 'wget' commands I install using 'install.sh' Once I get to the packet manager I choose : 'Give you a choice of software'.

There is no longer a choice for phpMyAdmin? I see phpPgAdmin but that is not what I want. Has it been removed from the package?

It's probably been 2 months since I loaded an image with ISPM pro so I'm wondering if it's a vps.net or isp system issue.

Any ideas or clues would be greatly appreciated

-Colin

slava
01-07-2010, 07:41 AM
CentOS repository does not have PHPMyAdmin. Version on the officall site was changed and we fix this in the next release.

You can install PHPMyAdmin manually after installation by this way

1. Open shell and type two command

wget -O /tmp/phpMyAdmin.tar.gz http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdmin/2.11.10/phpMyAdmin-2.11.10-all-languages.tar.gz

/usr/local/ispmgr/sbin/pkgctl cache

2. Open ISPmanager Features menu and activate PHPMyAdmin