Re: File Not Found Error

2001-04-29 Thread oltra jean-michel
On Wed, 25 Apr 2001, newsgroups wrote: > Date: Wed, 25 Apr 2001 20:15:07 -0400 > From: newsgroups <[EMAIL PROTECTED]> > To: MySQL-Group <[EMAIL PROTECTED]> > Subject: File Not Found Error > > Sorry to be such an everything newbie. Perhaps this a unix error and not > MySQL but a simple Describe

Re: File Not Found Error

2001-04-26 Thread David Block
Bit me a few weeks ago. It's a permissions problem- mysql doesn't have permissions to read the file, therefore it does not exist. cd /var/lib/mysql chown mysql */* chgrp mysql */* Then it will work. --- David Block [EMAIL PROTECTED] http://bioinfo.pbi.nrc.ca/dblock/wiki NRC Plant Biote