Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread Jason Wong
On Friday 03 January 2003 17:11, conbud wrote: > Jason Wong wrote: > > On Friday 03 January 2003 17:00, conbud wrote: > >>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 nul

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread Andrey Hristov
what about the permissions? are they ok? Andrey - Original Message - From: "conbud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 11:30 AM Subject: Re: [PHP-DB] MySQL Database connection Problem > Andrey thanks, but I seen that a

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread conbud
Try du to see how much space is free/used > > > Best regards > Andrey Hristov > > > - Original Message - > From: "conbud" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday, January 03, 2003 11:11 AM &g

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread Andrey Hristov
- Original Message - From: "conbud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 11:11 AM Subject: Re: [PHP-DB] MySQL Database connection Problem > Jason Wong wrote: > > On Friday 03 January 2003 17:00, co

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread conbud
Jason Wong wrote: On Friday 03 January 2003 17:00, conbud wrote: 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))

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread Jason Wong
On Friday 03 January 2003 17:00, conbud wrote: > 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

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread Andrey Hristov
Hi, Does mysql user has rights to write in this directory or permissions over this file? Andrey - Original Message - From: "conbud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 11:00 AM Subject: [PHP-DB] MySQL Database connection

[PHP-DB] MySQL Database connection Problem

2003-01-03 Thread conbud
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