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 every

Re: Mysql.log error - Please help

2003-04-03 Thread Jocelyn Fournier
; Sent: Friday, April 04, 2003 9:06 AM Subject: Re: 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 fi

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,

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: error - please help

2002-05-15 Thread Sherzod B. Ruzmetov
Hi > my_print_defaults: not found > Didnt find usr/local/libexec.mysqld > you should do a make install before executing this script So, did you do "make install"? In that case check out the location above, and try to find libexc.mysqld. And make proper changes --

error - please help

2002-05-15 Thread Amy Zediak
after trying to execute the scripts/mysql_install_db i get this error message: my_print_defaults: not found Didnt find usr/local/libexec.mysqld you should do a make install before executing this script any suggestions? amy -