Move Suitecrm from one windows server to another

My server has died so I had to build up another windows server. I was able to salvage my suitecrm directory in wwwroot and the data folder for mysql. Does anyone have the steps I should follow to get my crm up and running again?

Suitecrm 7.8.2, Windows server 2012 and Myqsl 5.7 are my versions

Hello

Restore your database into mysql, either creating new database or dumping data into existing database. and copy suitecrm directory to the current server.
Now change config.php to set variable for dbconfig, siteurl and .htaccess file it has any changes.

I guess you are done!

Remember also to check your php.ini, you probably tweaked that also and you will want to copy those changes into your new server.