What is the default MariaDB database?
Within a stored routine, the default database is the database that the routine is associated with, which is not necessarily the same as the database that is the default in the calling context. SCHEMA() is a synonym for DATABASE(). To select a default database, the USE statement can be run. Is MariaDB same MySQL? Even though MariaDB is a fork …