virtualMachinemariadb

Connect to MariaDB

You can connect to the MariaDB database from the same computer where it is installed with the mysql client tool.

$ mysql -u root -p

You will be prompted to enter the root user password. This is the same as the application password.

Last modification December 21, 2022