aaP_esales2000
Hello I did this.
Backup all databases.
You can use:
mysqldump -u root -p --opt --all-databases > alldb_opt.sql
mysqldump -u root -p --all-databases --skip-lock-tables > alldb_sk_l_t.sql
or phpMyAdmin Export Custom with:
Add DROP DATABASE IF EXISTS statement
Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT / TRIGGER statement
If you have alot of db export one by one. Remember change php upload size, ram and time if u need it.
Do "rm -rf /www/server/mysql" or rename folder "/www/server/mysq" to mysql_old.
Install new MySQL.
Recover all databases with new root password.
Fix aaPanel.