Transfer MySQL Without A Control Panel
I am currently trying to transfer a website from a server with WHM/Cpanel to a server that doesn't have any control panel at all. I have transferred the files with SSH, but I am not sure how I can transfer the MySQL databases. I found the MySQL files on the old server and used wget to send them to the new server, but how can I connect to them?I put the files in /home/mysql/site_user with root access, not sure if this is correct though.