Re: Mysql.log error - Please help

2003-04-04 Thread Brian Reichert
On Fri, Apr 04, 2003 at 09:10:50AM +0200, Jocelyn Fournier wrote: Hi, Or simply use perror 28 :) [EMAIL PROTECTED]:~$ perror 28 Error code 28: No space left on device Golly, I had no idea that such a utility came with the MySQL distribution. Kinda handy. Learn something new

Mysql.log error - Please help

2003-04-03 Thread Minal Amle
Hello, I am facing a problem while inserting data in one of the tables of my mysql database as: Error writing file '/var/log/mysql.log' (Errcode :28) While records are getting inserted in other tables. I am not getting why this is happening so. Can anybody please help me in this regard? Thanks

Re: Mysql.log error - Please help

2003-04-03 Thread Brian Reichert
On Fri, Apr 04, 2003 at 12:22:18PM +0530, Minal Amle wrote: Hello, I am facing a problem while inserting data in one of the tables of my mysql database as: Error writing file '/var/log/mysql.log' (Errcode :28) I suspect this 'Errcode' corresponds to 'errno' under UNIX systems. On mine,

Re: Mysql.log error - Please help

2003-04-03 Thread Jocelyn Fournier
: Mysql.log error - Please help On Fri, Apr 04, 2003 at 12:22:18PM +0530, Minal Amle wrote: Hello, I am facing a problem while inserting data in one of the tables of my mysql database as: Error writing file '/var/log/mysql.log' (Errcode :28) I suspect this 'Errcode' corresponds to 'errno