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

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