I'm trying to install mysql server on my Raspberry pi 3 Model B. I've updated the packages and I've upgraded the packages using:
sudo apt-get update && sudo apt-get upgrade
When I install mysql server using:
sudo apt-get install mysql-server
The end result is that mariadb is installed. Why does this happen?