MySQL database tutorial
In this article we will work with MySQL databases - creation, adding records, etc..
To connect to a MySQL /MariaDB instance:
# mariadb -u user -p'user_password'
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 14
Server version: 11.7.2-MariaDB-ubu2404 mariadb.org binary distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
To show current user’s rights/grants: