Somehow, our MySQL server just started giving the error:
    Error writing file './mydb/mytable.frm' (Errcode: 28)
whenever I try to create a table using the following:
    CREATE TABLE boundary ( id INTEGER UNSIGNED NOT NULL PRIMARY KEY
AUTO_INCREMENT);

Precisely where can I find the documentation for this error code 28? Can
anyone tell me what the possible causes are?
Any help would be greatly appreciated.

Ken Whitmore
[EMAIL PROTECTED]


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