Re: How to fix errcode:13?

2002-05-30 Thread Joseph Bueno
"LeTortorec, Jean-Louis" a écrit : > > Hello every one: > > I have a problem modifying the structure of a table: > ALTER TABLE t_logs CHANGE log_id log_id INT(11) NOT NULL > AUTO_INCREMENT; > ERROR 1: Can't create/write to file './intranet/#sql-484_285.frm' > (Errcode: 13) > >

How to fix errcode:13?

2002-05-30 Thread LeTortorec, Jean-Louis
Hello every one: I have a problem modifying the structure of a table: ALTER TABLE t_logs CHANGE log_id log_id INT(11) NOT NULL AUTO_INCREMENT; ERROR 1: Can't create/write to file './intranet/#sql-484_285.frm' (Errcode: 13) I made sure that the rights on the MYI, MYD and frm file