Comments - Can't create a table starting with a capital letter. All tables are lower case-
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.
MariaDB [test]> show tables; +----------------+
+----------------+
+----------------+ 5 rows in set (0.00 sec)
+----------------+
+----------------+
+----------------+
I just notice that the same goes for database creation.
Thx Luca