On 9-12-2008 two security fix releases came available for phpMyAdmin. Release notes phpMyAdmin 3.1.1 Release notes phpMyAdmin 2.11.9.4 An update of one of these new versions is strongly recommended. Based on these two new versions, i've built two new packages for ISPConfig 2. These packages can be downloaded here. Please read the available readme files for update instructions.
Nice package, but I am having problems with newly created databases (not for all). I cannot see them in drop down list. Does phpmyadmin has any internal list of created databases... Andy ideas how to correct this?
phpmyadmin queries mysql for the database list directly. Are you sure that the databases are really there? Can you access them e.g. with the mysql commandline tool? What phpmyadmin has is a blacklist of databases which hides e.g. the "mysql" database. This is configured in the config file from phpmyadmin.
Thanks a lot! I have found the pateren test in the config file: $cfg['Servers'][$i]['hide_db'] this was my problem! I don't like this default configuration of phpmyadmin for ispconfig.