PDA

View Full Version : phpMyAdmin package version 2.11.3 available for ISPConfig


Hans
9th December 2007, 17:41
Today i've created a phpMyAdmin package for ISPConfig.
The package is based on version 2.11.3, which is a bug fix release.
For release information have a look here: http://www.phpmyadmin.net/home_page/index.php

For security reasons, I also added the following to the configuration file called config.inc.php, so that some databases will be hidden:

$cfg['Servers'][$i]['hide_db'] = '(information_schema|mysql|pmadb|test)';

Update instructions:
Remove the old phpMyAdmin version first before you install this new package on your ISPConfig server!
You can do this with the following commands:
rm -r /home/admispconfig/ispconfig/web/phpmyadmin
rm /home/admispconfig/ispconfig/web/phpmyadmin.tar.gz
rm -r /home/admispconfig/ispconfig/web/tools/tools/phpmyadmin

The package can be downloaded here: http://ispconfig.bb-hosting.org//downloads/phpmyadmin/phpmyadmin-2.11.3.pkg

The new phpMyAdmin package can be installed with the update manager within ISPConfig. :)

mccharlet
16th December 2007, 16:15
Thank you for the package

Chip
22nd December 2007, 15:05
Hi,

I've uptaded according instructions but now I only get a blank page.

Do I need to change configuration files?

EDIT: forget it, working now. I had to clean browser cookies :)

Rgrds
Nuno

ds0101
27th December 2007, 09:06
Hmm, the PHPmyAdmin install went smooth, but I cannot access it with my user name and password? Any ideas?

I tried all the passwords and usernames I have used within the system?

Happy holidays :cool:


Opps found it:

username: root
and the MySQL password.

:D

Hans
27th December 2007, 11:55
You can enter phpMyAdmin with any MySQL-username (webX_uX) and its password, as defined within ISPConfig and MySQL root/password as defined during the setup.