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
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
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
- 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
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))
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
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 Problem
> Hello can some