Important: do not delete the ibdata1 file. You could destroy all your databases.
Steps:
Rename folder
mysql/data->mysql/data_oldMake a copy of
mysql/backupfolder and name it asmysql/dataCopy all your database folders only from
mysql/data_oldintomysql/data(except mysql, performance_schema, and phpmyadmin folders)Copy
mysql/data_old/ibdata1file intomysql/datafolderStart MySQL from XAMPP control panel
It should resolve the issue.
Top comments (1)
This is correct and safe solution.