Server root MySQL password can be different from server root password. Here is how you can get root MySQL password.
Login as root via SSH and execute following command
tail /root/.my.cnf
OR
cat /root/.my.cnf
This will show you the root MySQL password of your server.
[dedicated_hosting]