MariaDB Commands
Enter MariaDB mysql console
or below command and then root password
List all users of a MariaDB
List all databases
Create new database
Create new user and grant access to the database
Flush Privileges
Delete Database
Delete User
Exit MariaDB console
Last updated