I have uninstalled the old XAMPP and deleted all of the content of d:\\xampp folder and installed the new one. When I copy my backup folder (with the name of my
C:\xampp\mysql\data\
ib_logfile0, ib_logfile1 and ibdata1
Similarly copy and replace ib_logfile0, ib_logfile1 and ibdata1 from old xampp to new xampp
If previous Db has crushed or error like mysqld.exe has stopped working use below 2 lines inside my.ini file of mysql
[mysqld]
innodb_force_recovery = 2
innodb_file_per_table=1