Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I setup the mysql sample database tbi in order to run the tutorial examples. When I attempt to run a select against the Customer table (SELECT * FROM `tbi`.`customer` WHERE (`gender` = '2')) I get an error "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_SELECT_LIMIT=100' at line 1". I tried removing the limit feature and received a similar error. Since this is related to the online tutorial are you aware of a MySQL patch that I need to apply?
Thank you