Bug #15804 Getting error #1017
Submitted: 16 Dec 2005 5:25 Modified: 16 Dec 2005 9:24
Reporter: Sivan Narayana Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:MySQL 4.0.17-max OS:Linux (Linux)
Assigned to: CPU Architecture:Any

[16 Dec 2005 5:25] Sivan Narayana
Description:
Hello All,

We are using 2 seperate servers to our organisation operations. One is for web and other is for local services like customer support and etc., Daily we will get database backup from server and it will be in the tar.gz format. I'll untar the file and directly copies the .FRM, .MYD, .IDX etc files in mysql data location (/usr/local/mysq/data/databaename/). Then i'll give 0660 permission to the copied files (This is the same permission we have for other databases). When i opened my PhpMyAdmin it is showing 'inuse' in action tab and when clicking the database table structure it is giving the error '#1017 - Can't find file: './dailybackup/activationmilesdetails.frm' (errno: 13) '. What i need to do now. Please help me

How to repeat:
Hello All,

We are using 2 seperate servers to our organisation operations. One is for web and other is for local services like customer support and etc., Daily we will get database backup from server and it will be in the tar.gz format. I'll untar the file and directly copies the .FRM, .MYD, .IDX etc files in mysql data location (/usr/local/mysq/data/databaename/). Then i'll give 0660 permission to the copied files (This is the same permission we have for other databases). When i opened my PhpMyAdmin it is showing 'inuse' in action tab and when clicking the database table structure it is giving the error '#1017 - Can't find file: './dailybackup/activationmilesdetails.frm' (errno: 13) '. What i need to do now. Please help me
[16 Dec 2005 9:24] Aleksey Kishkin
We're sorry, but the bug system is not the appropriate forum for 
asking help on using MySQL products. Your problem is not the result 
of a bug.

Support on using our products is available both free in our forums
at http://forums.mysql.com and for a reasonable fee direct from our
skilled support engineers at http://www.mysql.com/support/

Thank you for your interest in MySQL.

Additional info:

perror 13 - permission denied.
You need to check if mysql server has access rights to data files.