rename folder xampp/mysql/data to something else, like data-org
create a new folder name data
copy over all the table folders from data-org to data
copy over my.ini and ibdata1. My.ini contains configuration information and ibdata1 contains the table definition.
start MySQL

By admin