----- Original Message -----
From: "Siomara Pantarotto" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 05, 2001 4:32
Subject: Problem with a simple select


> Hi all,
>
> I am able to show all the table in a database but when I try a simple
selct
> in one of the table I get the following
>
> mysql> show tables;
> +---------------------+
> | Tables_in_bugunison |
> +---------------------+
> | attachments         |
> | bugs                |
> | bugs_activity       |
> | cc                  |
> | components          |
> | dependencies        |
> | fielddefs           |
> | groups              |
> | keyworddefs         |
> | keywords            |
> | logincookies        |
> | longdescs           |
> | milestones          |
> | namedqueries        |
> | products            |
> | profiles            |
> | profiles_activity   |
> | shadowlog           |
> | versions            |
> | votes               |
> | watch               |
> +---------------------+
> 21 rows in set (0.00 sec)
>
> mysql> select * from versions;
> ERROR 1017: Can't find file: './bugunison/versions.frm' (errno: 13)
> mysql>

Does that file exist?.... in the right place? ....  with the correct
permissions?

>
> Can someone help fix this issue???
>
> Thanks
>
> Siomara
>
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
> ---------------------------------------------------------------------
> 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


---------------------------------------------------------------------
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