add a extra table with a # as the first letter (e.g. #_helpdesk_categories)
Access the System Information (BE --> System --> System Information)
You get a SQL error like
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 '' at line 1 SQL=SHOW FULL COLUMNS FROM #_helpdesk_categories
I was able to reproduce the error by creating a new table called #_test & retrieving the System Information:
1064 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 '' at line 1 SQL=SHOW FULL COLUMNS FROM #_test
@test
I was able to reproduce the error by creating a new table called #_test & retrieving the System Information:
1064 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 '' at line 1 SQL=SHOW FULL COLUMNS FROM #_test
After applying the test, the error was gone...