```sql DESC phpmyadmin.pma__users; ``` Results in an error: > Unexpected beginning of statement (near pma__users) Without schema it works correctly: ```sql DESC pma__users; ```