The MySQL server saves its root password in a file .my.cnf under the root directory.
log into SSH and SU to root (if necessary) so we may begin!
cat /root/.my.cnf
You will end up with a response similar to, except with your password instead of the sample below
[client]
password="03KL:-59"
user=root