use --Select a database

Use the use syntax to select a database.

use database

This is a sample when the database name is "kimoto system".

use kimoto system

You can select the database after connecting to mysql, but the database selection should be done at the timing of connecting to MariaDB database. It's good.

Associated Information