SELECT COUNTRY,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Erotique%' AND MEDIATYPE='MKV HD 1080' AND (ORIGINALTITLE LIKE '%Penelope Mitchell%' OR TRANSLATEDTITLE LIKE '%Penelope Mitchell%' OR ACTORS LIKE '%Penelope Mitchell%' OR DIRECTOR LIKE '%Penelope Mitchell%' OR PRODUCER LIKE '%Penelope Mitchell%') GROUP BY COUNTRY ORDER BY COUNTRY

Invalid Query: User 'mrlafiadb01' has exceeded the 'max_questions' resource (current value: 11949)