phpMyAdmin suddenly stopped working. I turned off Register Globals, had my hosting company restart my server (I'm in a shared environment) and now phpMyAdmin ain't working at all.
I get the list of databases (in the left panel) okay, and when I select one the list of tables drops down, but in the right hand panel I get the message "No tables found in database". When I click on one of the tables I get the message "MySQL said: No Database Selected".
All my scripts and dbs are working fine (after extensive rewriting to get around register_globals = off).
Using phpMyAdmin 2.1.0, MySQL 3.23.49 and PHP 4.2.2.
Could this be related to register_globals being off, or perhaps the server restart? I did have some weird access problems a little earlier today - spinning cursor when trying to read directories, then my whole site not working for a few minutes until it cleared its throat (or whatever), but all that seems to be fine now.
Thanks!