PDA

View Full Version : phpMyAdmin on CentOS 5.5


nick
01-16-2011, 06:09 AM
Hi

I know centos does not come with phpMyAdmin. And have seen a number of threads on here about this.

And then enabling it in the 'Features' menu.

Where can I find the features menu? I can't find it anywhere in the root administration level. it is 4am so may be missing it somewhere!

Thanks

slava
01-16-2011, 07:31 AM
In the new versions ISPmanager Features menu has been renamed to Applications
http://en.ispdoc.com/index.php/Applications_(ISPmanager)

wceolin
01-20-2011, 11:12 PM
I'm with the same problem. I didn't found phpMyAdmin in "Applications". Any idea about how can I access it?

nick
01-20-2011, 11:15 PM
Here is what I did (roughly)
For CentOS 5.x:

1. Install EPEL (http://fedoraproject.org/wiki/EPEL/FAQ#howtouse) repository
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)
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
2. Update RPM and ISPmanager caches
yum makecache
/usr/local/ispmgr/sbin/pkgctl cache
3. Install PhpMyAdmin via Applications (http://en.ispdoc.com/index.php/Applications_(ISPmanager)) menu

I think I had to run
killall ispmgr
This was required to show the phpmyadmin option in applications.

Hope this helps

wceolin
01-20-2011, 11:32 PM
Other applications appear there, but not phpMyAdmin... :(

Look:

http://forum.ispsystem.com/en/attachment.php?attachmentid=29&stc=1&d=1295559092

wceolin
01-20-2011, 11:34 PM
Other applications appear there, but not phpMyAdmin. :(

wceolin
01-20-2011, 11:38 PM
My bad. I discover MySQL management tool is phpMyAdmin. :)

It works now. Thanks, nick.

wceolin
01-20-2011, 11:42 PM
Another question: how I access phpMyAdmin now?

I tried http://[IP]/phpmyadmin/

but didn't work.

wceolin
01-20-2011, 11:46 PM
I clear the cache again and ISP is displaying it.

krisj
05-13-2011, 08:41 PM
anything specific you need to do to make it work with nginx in front of apache? if i enable nginx phpmyadmin seems to break...

slava
05-14-2011, 02:12 PM
No, you do not need any. Enter into PhpMyAdmin via https protocol, i.e. https://yourserveripaddress/myadmin/