Looks to me like a permissions problem.  If you were manipulating the
MYSQL files as root or if you copied or moved them, this could happen.

Look at the permissions on a "working" machine and match those on this
machine.  The permissions need to allow changes, but too permissive
permissions will cause MySQL not to work as well.

Michael Ridinger

 On Wed, 8 Aug 2001
[EMAIL PROTECTED] wrote:

> Hello,
> 
> I seem to have corrupted mySQL deep down inside. I can not create any tables in any 
>new databases. I will get the exact same errcode each time ... that is :
> 
> SQL-query:
> 
> CREATE TABLE test (user_id INT (6)  not null AUTO_INCREMENT, notes VARCHAR (100)  
>not null  , PRIMARY KEY (user_id))
> MySQL said: Error writing file './relata/test.frm' (Errcode: 69) 
> 
> 
> I don't have root access to my server, and also can't find a list of what any of the 
>errcodes mean.
> 
> Looking for help
> 
> Peter
> 
> 


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