I am trying to change the name of a table column and get the following
error message. I've tried both as a user and as root with no success.
Thanks for your ideas

mysql> use music
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed

mysql> alter table label
    -> change name label_name varchar(30);
ERROR 1: Can't create/write to file './music/#sql-28a_2d.frm' (Errcode:
13)



---------------------------------------------------------------------
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