apache - Restoring SQL tables from .MYD, .MYI and .frm files, mysql can't find .frm files -
i had re-install xampp on mac , i'm trying restore sql database tables .myd, .myi , .frm files. have tried dragging them file below:
xamppfiles/var/mysql/{database_name}
as per instructions in following links
how recover mysql database .myd, .myi, .frm files
restoring mysql database physical files
the table listed in phpmyadmin when try view error below
#1017 - can't find file: './{database_name}/{table_name}.frm' (errno: 13)
i have tried changing permission on .frm file , running unix executable file
xamppfiles/bin/mysql_upgrade
mysql server must down while copying files.
Comments
Post a Comment