I am new to MySQL.
I am unable to figure out this error.
Error :" [Inhouse linux box] ERROR 1104: The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok "
I have edited the MySQL options:
Connect Timeout(sec) : 5
Automatically limit SQL Queries to: 16777215
Net Buffer Lenght : 16384
Maximum Allowed Packates: 16777216
Maximum join size: 16777215
I need help to overcome this error.
Any suggestions? I am cluless.
Thanks for your help