Sebastian Mendel schrieb:
Hi,
PMA_safe_db_list() first tries to use SHOW DATABASES if it fails it tries mysql.db and inside this code there is a query with SHOW DATABASES again ... why?
did i missed something there?
and all this workaround if SHOW DATABASES is disabled does not work, at least as i tried it by just always returning empty array from PMA_DBI_get_dblist()
tested with root having all rights and additional explicit to `mysql` and `phpmyadmin`
any clues?