Bug #39582 I am getting errcode:13
Submitted: 22 Sep 2008 9:29 Modified: 22 Oct 2008 12:59
Reporter: mohamed razik Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:mysql5.0 OS:Windows
Assigned to: CPU Architecture:Any

[22 Sep 2008 9:29] mohamed razik
Description:
when I am executing the query contains select stmt with simple joints I am getting error like errcode:13-can't create/write to file '/mnt/data-store/MY6dVGQy''please give the solution to solve this probled

How to repeat:
select  replace(source,'launcher','') source,
date_format(r.loggingTime ,'%d/%m/%Y')   ViewDate, 
COUNT(*) Page_count ,round((COUNT(*)/count(distinct subscribersystemid)),2)  pagesperUser
from  RequestObject r , SessionObject S 
    where   r.sessionid=S.logkey and  subscriberId <> 'monitoring@cingular.com' and pageName<>'NULL'
and r.logtype =1 and subscriberDevice <> 'Monitoring' 
      GROUP BY 1,2
[22 Sep 2008 10:34] Sveta Smirnova
Thank you for the report.

Error 13 is "Permission denied". Please indicate accurate version of MySQL server you running. Also please check value of tmpdir variable and check if this directory is writable for user mysqld is running as.
[22 Sep 2008 11:12] mohamed razik
hi,Sveta Smirnova

thanks for ur suggetion.I was very helpfull 4 me..now I am trying to solve it..If u know more abouth this just let me know
[22 Oct 2008 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".