That is a long manual process, by the user you mean at MySQL level or from CyberPanel interface?
@usmannasir Not a long process, all I did is install CP in the new server, create all users and websites on the same order that were before (just in case something to that was related), the rsynced the /home directory from one server to another, all that process was fine, folder rights and everything is OK, only databases are missing, what I did to databases:
mysqldump -u root -p --opt --all-databases > alldb.sql
and then I restored them, they are shown in PHPMyAdmin with root access the same way in old and new server, however, they are not shown in the interface and they are not working either.