Error: 7 - Error on rename ... (Errcode: 13)

2002-08-10 Thread David yahoo
Hi all, While trying to upgrade a table struture i get the following error : ALTER TABLE Prefixtest_T_Stories ADD COLUMN IndexDisplay char(1) default 'Y' Error: 7 - Error on rename of '.\testbase\Prefixtest_t_stories.MYI' to '.\testbase\#sql2-118-3.MYI' (Errcode: 13) I m running a mysql 401

RE: Error: 7 - Error on rename ... (Errcode: 13)

2002-08-10 Thread Brian Loomis
: David yahoo [EMAIL PROTECTED] Date: Sat, 10 Aug 2002 16:09:02 -0600 To: Mysql [EMAIL PROTECTED] Subject: Error: 7 - Error on rename ... (Errcode: 13) Hi all, While trying to upgrade a table struture i get the following error : ALTER TABLE Prefixtest_T_Stories ADD COLUMN IndexDisplay char(1) default

FW: Error: 7 - Error on rename ... (Errcode: 13)

2002-08-10 Thread William dw
-Original Message- From: William dw [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 10, 2002 5:34 PM To: Mysql Subject: FW: Error: 7 - Error on rename ... (Errcode: 13) Error code 13 = Permission denied. Check your permissions :) -Original Message- From: David yahoo [mailto

Re: Error on rename

2002-07-04 Thread Anibal Cascais Santos
indices drop tables Thank you Anibal - Original Message - From: Markus Lervik [EMAIL PROTECTED] To: Anibal Cascais Santos [EMAIL PROTECTED] Sent: Thursday, July 04, 2002 12:50 PM Subject: Re: Error on rename On Wed, 2002-07-03 at 20:29, Anibal Cascais Santos wrote: Hi, Newbie here

Error on rename

2002-07-03 Thread Anibal Cascais Santos
Hi, Newbie here...please be kind! Sometimes when I try to execute some SQL statment MySQL throws an Error 7...(see below) For example: ALTER TABLE `categorias` RENAME `catAnimais`; And here's the error Error: 7 - Error on rename of '.\orniex\categorias.MYI' to '.\orniex\#sql2-ffc-4.MYI