Ok so assuming you did do a complete backup of the old wampserver folders you can try this.
First make sure you stop all service via wampmanager
wampmanager -> Stop all Services
Now make a backup of this folder on the newly installed WAMPServer, so you can return to a vanilla, just installed state if this does not work.
move \wamp\bin\mysql\mysql5.6.17\data \wamp\bin\mysql\mysql5.6.17\data_vanilla
Now copy your backed up MySQL folder from the Previous installations files to the new install
copy \old_wamp\bin\mysql\mysql5.6.17\data \wamp\bin\mysql\mysql5.6.17\data
Now lets clear the mysql log file, so you dont get confused between old and new message in the log.
move \wamp\logs\mysql.log \wamp\logs\old.mysql.log
You should now be able to restart the MYSQL service and see if it starts up cleanly.
wampmanager -> MySQL -> Service -> Start/Resume Service
Now if the wampmanager icon goes Orange, MySQL should have started. Check the mysql error log, to see if all is well.
wampmanager -> MySQL -> MySQL log
If all is well, you can now start Apache as well.
wampmanager -> Apache -> Service -> Start/Resume Service
The wampmanager icon should go green.