PHPMyAdmin 2.6.x bug: ISNULL
The SQL parser in PHPMyAdmin 2.6.x (the version used in Plesk 7.5) falls over when confronted with an ISNULL query, for example:
SELECT ISNULL(id) FROM user
The bug is fixed in recent versions of PMA (2.9.x works fine).