Important: do not delete the ibdata1 file. You could destroy all your databases.
Steps:
Rename folder
mysql/data
->mysql/data_old
Make a copy of
mysql/backup
folder and name it asmysql/data
Copy all your database folders only from
mysql/data_old
intomysql/data
(except mysql, performance_schema, and phpmyadmin folders)Copy
mysql/data_old/ibdata1
file intomysql/data
folderStart MySQL from XAMPP control panel
It should resolve the issue.
Top comments (0)