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
Here's how I dealt with this kind of situation:
data
folder from your new xampp installation folder /xampp/mysql
.
(The
data
folder contains the schema/table definitions (.frm files) for your tables.)
data
folder from your previous xampp
folder (or the backup) under mysql
and paste it to the new location (i.e. /xampp/mysql
).There you go, the tables should show up with their structures as you click on them.
Note: Make sure you leave the bin
folder under your xampp installation folder untouched.