Execute these SQL statements:
use phpmyadmin ; select * from whatever ;
There is no table "whatever" in the database "phpmyadmin"
so this produces an error. But the header of the error page
reads:
Server: fusion Database: use Table: whatever
"fusion" is my server, but "Database: use" doesn't make
any sense. It should say "Database: phpmyadmin" and
since there is no table "whatever" it probably shouldn't
say "Table: whatever" either.
Happens in PMA 2.6.1-rc1 with MySQL 4.1.7 on Mac OS X
10.3.6 with PHP 5.0.2 and Apache 1.3.33, and also in
PMA 2.6.0-pl2 with MySQL 4.0.22 on Gentoo Linux with
PHP 4.3.9 and Apache 2.0.52. Browser in both cases is
Safari 1.2.4.
Logged In: YES
user_id=192186
Fixed.