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, that would corresspond to: #define ENOSPC 28 /* No space left on device */ My box, a FreeBSD box, has this constant in /usr/include/sys/errno.h. your system may vary... man errno Good luck... > Thanks in advance. > > Regards, > Minal Amle > Software Engineer > OAS Information Systems Pvt. Ltd. > #2, Symphony-C, Range Hills Road, > Pune 411020 > Tel: +91 20 5520311 > Fax: +91 20 5520312 > Email: [EMAIL PROTECTED] > http://www.oas.co.in -- Brian 'you Bastard' Reichert <[EMAIL PROTECTED]> 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA BSD admin/developer at large -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]