Du har to muligheder:
- Du kan ændre MySQL-indstillingerne til standardindstillingerne til den gamle adfærd for at tillade ikke så gode forespørgsler som denne. Oplysninger kan findes her
- Du kan rette din forespørgsel
Mulighed 2 ville se nogenlunde sådan ud:
SELECT id, password, COUNT(id) AS count FROM users WHERE email = :email GROUP BY id, password LIMIT 1