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 statement reports that a *.frm file is missing,
> yet that file exists in the same folder.  What could be wrong?  Sorry about
> the long LS.  TIA,  John ...
> 
> # mysql -p mysql
> 
> Didn't find any fields in table 'adminedit'
> Didn't find any fields in table 'levelone'
> Didn't find any fields in table 'members'
> 
> mysql> show tables;
> +-----------------+
> | Tables_in_mysql |
> +-----------------+
> | adminedit       |
> | columns_priv    |
> | db              |
> | func            |
> | host            |
> | levelone        |
> | members         |
> | tables_priv     |
> | user            |
> +-----------------+
> 9 rows in set (0.00 sec)
> 
        Bonjour,
It sometimes happens to me with mysql 3.22.32 (rpm) on mandrake 7.1.
Somes files become uid/gid root/root instead of mysql/mysql. So I need to
change file permissions.
May be someone get an answer?
I apologize for my poor english...

-- 
jean-michel


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to