MySQL
Widely used open-source relational database.
MySQL is one of the most-deployed relational databases, owned by Oracle. MariaDB is a community fork. MySQL remains a common choice for web stacks (LAMP).
Install
Debian/Ubuntu: sudo apt install mysql-server Fedora: sudo dnf install mysql-server
