I don't believe FROM database.table is valid. The database is normally selected first via USE (or appropriate function within a script/program, such as mysql_select_db() in MySQL).
Code:
USE `__DBNAME__`;
SELECT `label`, `id` FROM `PMA_bookmark` . . .
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
my above post is nothing that i ahve made, it is an error that keeps showing up that does not ahving to do with anything that i know about, nor did i try to craete, update, change, or haave anything to do with a PMA_bookmark?
1) You go to the directory where you had Yahoo! install phpmyadmin
2) Find the file called "config.inc.php"
3) Find the line that starts with "$cfg['Servers'][$i]['pmadb']"
4) Change '__DBNAME__' to 'phpmyadmin'
Bookmarks