Can't query a table due to capitalization differences

Hi and thanks for reading.

So I have a table called gbl_tblusers and that's how it is when I run a SHOW TABLES command.

However, if I query it, it says "Base table or view not found: 1932 Table 'dbo.gbl_tblusers' doesn't exist in engine"

This is in Docker using mariadb:latest on Windows.

Any ideas?

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.