Can't browse tables with phpMyAdmin
Hi there,I'm having trouble with phpMyAdmin 2.5.7-pl1 (upgraded from 2.5.6 with same problems) on RH9, mysql 4.0.18 and php 4.3.6 + apache2.
Whenever I try to browse a table it comes up with 'Action Cancelled' or a 'Page Not Found' error (IE6 this is). Infact opening sql.php in a new window gives the same errors. However when i tried selectively removing elements from the query string it worked, understandably giving me phpmyadmin errors, such as no db definded or no sql query. I added each element back in turn. However when i put in 'sql_query=SELECT' (invalid sql statement i know) it gave me the PMA sql error screen (naturally!) but when i added in *s and and spaces (make a proper statement) it when back to action cancelled etc again.
Additionally this is giving segmentation faults (11) in my apache error log.
Everything else is working fine - mysql works from commandline and monitor, php is working great with other sites hosted on the box - its only now I want to use the database I've got these problems!
Any help would be greatly appreciated! Is anybody else having / had these problems?
Many thanks,
don