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 files are ok. I flushed
the table, unlock the table. Hovewer, I can add and modify records.

 
Any suggestions?

Thanks much.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to