RE: Can't read dir of '.' (errno: 13)

2011-01-20 Thread Jerry Schwartz
>-Original Message- >From: Joerg Bruehe [mailto:joerg.bru...@oracle.com] >Sent: Thursday, January 20, 2011 6:54 AM >To: Jerry Schwartz >Cc: mysql@lists.mysql.com >Subject: Re: Can't read dir of '.' (errno: 13) > >Hi! > > >Jerry Schwartz wr

Re: Can't read dir of '.' (errno: 13)

2011-01-20 Thread Joerg Bruehe
Hi! Jerry Schwartz wrote: > [[...]] > >> [[...]] >> > [JS] Sorry, that still doesn't make sense to em. To authenticate the user, > mysqld needs to read the mysql database. That is also where the databases are > listed (in `mysql`.`db`). If the daemon can read `mysql`.`user`, why can't it > re

Re: Can't read dir of '.' (errno: 13)

2011-01-19 Thread Reindl Harald
gt;>> Sent: Wednesday, January 19, 2011 10:43 AM >>> To: mysql@lists.mysql.com >>> Cc: Jerry Schwartz >>> Subject: Re: Can't read dir of '.' (errno: 13) >>> >>> Hi! >>> >>> >>> Jerry Schwartz wrote: >

RE: Can't read dir of '.' (errno: 13)

2011-01-19 Thread Jerry Schwartz
anuary 19, 2011 2:56 PM >To: Jerry Schwartz >Cc: mysql@lists.mysql.com >Subject: Re: Can't read dir of '.' (errno: 13) > >Hi ! > > >Jerry Schwartz wrote: >>> -Original Message- >>> From: Joerg Bruehe [mailto:joerg.bru...@oracle

Re: Can't read dir of '.' (errno: 13)

2011-01-19 Thread Joerg Bruehe
Hi ! Jerry Schwartz wrote: >> -Original Message- >> From: Joerg Bruehe [mailto:joerg.bru...@oracle.com] >> Sent: Wednesday, January 19, 2011 10:43 AM >> To: mysql@lists.mysql.com >> Cc: Jerry Schwartz >> Subject: Re: Can't read dir of '.&

RE: Can't read dir of '.' (errno: 13)

2011-01-19 Thread Jerry Schwartz
>-Original Message- >From: Joerg Bruehe [mailto:joerg.bru...@oracle.com] >Sent: Wednesday, January 19, 2011 10:43 AM >To: mysql@lists.mysql.com >Cc: Jerry Schwartz >Subject: Re: Can't read dir of '.' (errno: 13) > >Hi! > > >Jerry Schwartz

Re: Can't read dir of '.' (errno: 13)

2011-01-19 Thread Joerg Bruehe
Hi! Jerry Schwartz wrote: >> -[[...]] >> > [JS] I have a related question: how can MySQL authenticate a user if file > system permissions won't let it read any databases? To me, your question sounds like you forgot the difference between server and client: - The MySQL server processes always r

RE: Can't read dir of '.' (errno: 13)

2011-01-19 Thread Jerry Schwartz
>-Original Message- >From: Adarsh Sharma [mailto:adarsh.sha...@orkash.com] >Sent: Wednesday, January 19, 2011 12:45 AM >To: mysql@lists.mysql.com >Subject: Can't read dir of '.' (errno: 13) > >Dear all, > >I am facing the issue mentioned below while issuing show databases command. > > >root

Re: Can't read dir of '.' (errno: 13)

2011-01-19 Thread Yogesh Kore
Check owner of the MySQL data directory. 2011/1/19 Pintér Tibor > > mysql> show databases ; > > ERROR 1018 (HY000): Can't read dir of '.' (errno: 13) > > mysql> show databases; > > ERROR 1018 (HY000): Can't read dir of '.' (errno: 13) > > mysql> > > $ perror 13 > OS error code 13: Permission d

Re: Can't read dir of '.' (errno: 13)

2011-01-18 Thread Pintér Tibor
> mysql> show databases ; > ERROR 1018 (HY000): Can't read dir of '.' (errno: 13) > mysql> show databases; > ERROR 1018 (HY000): Can't read dir of '.' (errno: 13) > mysql> $ perror 13 OS error code 13: Permission denied t -- MySQL General Mailing List For list archives: http://lists.mysql.com

Re: Can't read dir of '.' (errno: 13)

2011-01-18 Thread Adarsh Sharma
Hi , After some research I want a useful link that describes my problem. Here is the link : http://bugs.mysql.com/bug.php?id=15851 I don't think that this is a permission problem as I cross-check it. But I am not able to remove it. Thanks & Regards Adarsh Sharma Adarsh Sharma wrote: