Home

Published

- 1 min read

ubuntu install mariadb

img of ubuntu install mariadb

The solution for this is noted below

ubuntu install mariadb

Solution

   sudo apt update
sudo apt-get -y install mariadb-server
sudo mysql_secure_installation
sudo systemctl start mariadb
sudo systemctl enable mariadb

Try other methods by searching on the site. That is if this doesn’t work