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

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