Bug #28069 Error #13 while reparing table
Submitted: 24 Apr 2007 11:54 Modified: 16 May 2007 14:01
Reporter: Tonci Grgin Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.38BK OS:Windows (XP Pro SP2)
Assigned to: CPU Architecture:Any

[24 Apr 2007 11:54] Tonci Grgin
Description:
C:\mysql507\bin>mysql -uroot test
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.0.38-log Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> REPAIR TABLE modele;
+-------------+--------+----------+----------------------+
| Table       | Op     | Msg_type | Msg_text             |
+-------------+--------+----------+----------------------+
| test.modele | repair | error    | 13 when fixing table |
| test.modele | repair | status   | Operation failed     |
+-------------+--------+----------+----------------------+
2 rows in set, 1 warning (0.11 sec)

mysql>

Starting 5.0.38 via service or console makes no difference, test fails.
On same machine, test with 5.0.40BK succedes.

How to repeat:
-

Suggested fix:
-
[2 May 2007 22:52] Konstantin Osipov
13 means access denied.
Are you sure the privileges on the table are correct?
[2 May 2007 22:53] Konstantin Osipov
Filesystem level privileges (are in question).