MARKETPLACE

MariaDB

An open-source relational database created as a MySQL fork, known for its enhanced performance and features. It’s widely used as a drop-in replacement for MySQL with improved scalability.

MariaDB

Ubuntu24.04/22.04

Description

Create User and Database & Run Security Script

sudo mysql_secure_installation

You’ll be prompted to:

  • Set a root password (if not already set)
  • Remove anonymous users
  • Disallow remote root login
  • Remove test database
  • Reload privilege tables

Tip: Press Y to accept recommended security settings.

MariaDB login screen

With an admin password, you can now access your mariaDB instance, run command.   sudo mariadb -u root -p

Username:  root

Password:  password