mariadb on Raspberry

Install mariadb https://www.digitalocean.com/community/tutorials/how-to-install-mariadb-on-debian-10

sudo apt update

sudo apt install mariadb-server

sudo mysql_secure_installation this will ask for yes and no, use the defaults

Depending on the configuration root may run mysql without password

Run sudo mysql or sudo mysql -u root -h localhost -p the sql prompt appears


Linurs startpage