SELECT MEDIATYPE,count(*) FROM `mrlafiadb01`.`movies` WHERE CATEGORY LIKE '%Famille%' AND COUNTRY LIKE '%Am�ricain%' 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 MEDIATYPE ORDER BY MEDIATYPE

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