My SQL

In order to communicate with the database, we need to install either mysql or MariaDB on our local machine. To install MySQL on a Linux machine.

sudo apt update && sudo apt install mysql*

Last updated