Re: Error Code 13 when using ALTER TABLE

2002-01-02 Thread Fletcher Sandbeck
On 1/2/02 at 3:32 PM, Robert Alexander wrote: > I'd suggest checking to see if you (or the user MySQL is running as) > have the necessary permissions to alter or rename a file in that > directory. Some additional details. I can usually perform at least one ADD COLUMN successfully before I start

RE: Error Code 13 when using ALTER TABLE

2002-01-02 Thread Stephen Rainey
shutting down the server and deleting the tables just to alter a feild. Thanks, Stephen Rainey -Original Message- From: Robert Alexander [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 12:33 PM To: Fletcher Sandbeck Cc: [EMAIL PROTECTED] Subject: Re: Error Code 13 when using

Re: Error Code 13 when using ALTER TABLE

2002-01-02 Thread Robert Alexander
I'd suggest checking to see if you (or the user MySQL is running as) have the necessary permissions to alter or rename a file in that directory. /Rob At 12:16 -0800 2002/01/02, Fletcher Sandbeck wrote: >This is with MySQL 3.23.42-nt on Windows 2000. > >I am issuing the following SQL statement a

Re: Error code 13

2001-02-12 Thread Jorge del Conde
Hi, This sounds like a permissions problem. Make sure your database directory is set to 770 and that the files inside (tables) are set to 660. example: # chmod 770 demo # chmod 660 demo/* Regards Jorge MySQL Development Team __ ___ __ __ / |/ /_ __/ __/ __ \/ / Jorge d