Hi Rolf,
Thanks for the quick reply. I know what the problem is. My hosting provider automatically generates the names for my databases. It uses names with ‘-‘ followed by a unique number. In my case that would be something like name-10.
When running a query like SHOW TABLES FROM name-10 it will fail.
When running the same query but the database name between special quotes (backticks) it works.
Working query: SHOW TABLES FROM name-10
Unfortunately I’m not able to change the name of the database so I hope you’re able to help me out here.
Thanks in advance!