An Error Was Encountered

Error Number: 1104

The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay

SELECT *, tags.tag_id AS tag_id FROM (`tags`) LEFT OUTER JOIN `tag_relationships` ON tag_relationships.tag_id = tags.tag_id