Comments - Can't create a table starting with a capital letter. All tables are lower case-

6 years, 5 months ago Luca Molinari

MariaDB [test]> show tables; +----------------+

Tables_in_test

+----------------+

prova
prova3
prova4
prova4c
test

+----------------+ 5 rows in set (0.00 sec)

+----------------+

Tables_in_Test

+----------------+

Prova4
TEST

+----------------+

I just notice that the same goes for database creation.

Thx Luca

 
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.