Createing MariaDB (MySQL) Database

To enter MariaDB.

Create database. Replace database name with your desired database name (spaces and hyphens are invalid character).

Grant database user privileges to database. This will create your database user and grant it privileges to the database. Replace database name, username, and password with the database name you created in the last step and your desired username and password (apostophes are a part of the command; spaces and hyphens are invalid character).

Exit MariaDB.

×