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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -