i tried to replace mysql with MariaDB, removed, installed, removed, installed again mysql and i am stuck now when i try to reinstall mysql
sudo apt-get install mysql-server
with this message:
There is a MySQL server running, but we failed in our attempts to stop it. Stop it yourself and try again!
But there isnt any mysql server running:
ps -ef | grep mysql
xxxxx 13881 13041 0 00:59 pts/6 00:00:00 grep --color=auto mysql
Any idea how i can solve this problem and install mysql again?