You need to do more than just install the packages:
PS: make sure you have no other mysql packages installed then the ones I listed.
However, I'm begining to think you may have more messed up on your system than just akonadi, mariadb, etc..
Code:
systemctl stop mariadb
sudo mysql_install_db
systemctl start mariadb
systemctl status mariadb
PS: make sure you have no other mysql packages installed then the ones I listed.
However, I'm begining to think you may have more messed up on your system than just akonadi, mariadb, etc..