phpMyAdmin - 2.11.6admin MySQL over the web |
|
||||||||||||||||
|
|||||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Solid release 



- Version: 2.11.4, 1/15/2008 05:44AM PST
(1 of 1 users found this comment useful)
afterhours
Minor problem & a fix - Version: 2.10.2, 6/16/2007 07:12AM PST
(2 of 2 users found this comment useful)
BrakAfter you've got it installed and configured, and you go to change databases you may notice some strange behavior. In 2.10.2 I noticed when I change databases, it would reload the side-menu with a 404 page, instead of displaying the table list for that database like it should. It appears that they changed the name of the left menu at the last moment (maybe?) and changed it from "left.php" to "navigation.php".
The easiest solution is to create a symbolic link named "left.php" that points to the new "navigation.php".
cd to your phpMyAdmin directory and use the following command to do that: ln -s navigation.php left.php
They'll likely have this fixed soon making the symlink unneeded but I noticed it and figured I'd share.