pull down to refresh

is mysql running? sudo systemctl status mysql?
Let's also clean previous cloudpanel installation: sudo dpkg --remove --force-all cloudpanel
Then sudo apt-get install -f sudo dpkg --configure -a to repair possible broken packages
and remove cp sudo rm -rf /etc/cloudpanel /opt/cloudpanel
no, it's inactive; and curious how to active it again?
reply
sudo systemctl start mysql
reply
Errors were encountered while processing: mysql-server-8.0
it keep saying there's an error there, so annoying with this one.
reply
deleted by author
reply
then: sudo systemctl unmask mysql.service
and again: sudo systemctl start mysql
reply
deleted by author
reply
🤣 Let see how we go, things are getting complicated... Let's try this last thing
sudo apt autoremove --purge mysql-server\* mariadb-server\* sudo rm -rf /var/lib/mysql sudo rm -rf /etc/mysql/ sudo mkdir -p /etc/mysql/conf.d sudo apt install mysql-server
one line at time