Hello can someone give me some possible reasons this error happens when
I use the mysql client to add a tabe to a database.
mysql> create table home (id int not null, heading blob not null,
-> primary key (id), unique id (id));
ERROR 3: Error writing file './nrlug/home.frm' (Errcode: 28)
Any help would be appreciated
Lee
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP-DB] MySQL Database connection Problem conbud
- Re: [PHP-DB] MySQL Database connection Problem Andrey Hristov
- Re: [PHP-DB] MySQL Database connection Problem Jason Wong
- Re: [PHP-DB] MySQL Database connection Problem conbud
- Re: [PHP-DB] MySQL Database connection Problem Andrey Hristov
- Re: [PHP-DB] MySQL Database connection Pro... conbud
- Re: [PHP-DB] MySQL Database connectio... Andrey Hristov
- Re: [PHP-DB] MySQL Database connection Problem Jason Wong