The statement SHOW TABLES or SHOW TABLES LIKE ... generates the following error:
Error when executing the query: Error reading from database 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 'LIMIT 0, 2' at line 1 SHOW TABLES LIMIT 0, 2 [array ( )]
I propose adding an option or special case to fix the problem.
The statement
SHOW TABLES
orSHOW TABLES LIKE ...
generates the following error:I propose adding an option or special case to fix the problem.