So after this post
https://www.aapanel.com/forum/d/21917-cannot-start-mysql-service
I still got no idea how to fix it. I've tried Kern Solution in here https://www.aapanel.com/forum/d/13216-mysqlmariadb-innodb-storage-engine-damage-solution
with innodb_force_recovery = 1
but is still failed to start mySQL.
Im using this version MySQL 10.7.3-MariaDB
I've read some replies that recommend me to
"This is a very easy task to fix
- First put your recycle bin on.
- Then delete your databases which will be stored in the recycle bin
- Now you uninstall mysql and install it again
- Then restart everything again"
But my database wont deleting, it just still in Databases Manager. i might think that mySQL is not connecting with the panel.
So im using manual backup, i copy my www/data to www/data.bak . and i want to uninstall the SQL in AppStore but it just cant uninstall from panel. so im using manual method with
apt-get remove --purge mysql-server mysql-client mysql-common -y
apt-get remove --purge mariadb-server mariadb-client mariadb-common -y
but the mySQL still in AppStore like this
Please any solution ?