5 messages in com.mysql.lists.mysqlRe: Mysql and errno 13 on RedHat
FromSent OnAttachments
Yannick Warnier31 Aug 2004 08:00 
Dobromir Velev31 Aug 2004 08:21 
Eric Bergen31 Aug 2004 08:24 
Yannick Warnier31 Aug 2004 16:14 
Dobromir Velev01 Sep 2004 02:18 
Subject:Re: Mysql and errno 13 on RedHat
From:Eric Bergen (eric@gmail.com)
Date:08/31/2004 08:24:52 AM
List:com.mysql.lists.mysql

Error 13 Permission Denied means that the mysqld process doesn't have permission by the filesystem to create whatever files/directories it needs to in the dir you have listed as datadir. Make sure mysqld is running as the right user (ps aux | grep mysqld) or chmod -R the datadir so mysqld can write to it.

-Eric

On Tue, 31 Aug 2004 16:00:39 +0100, Yannick Warnier <ywar@beeznest.org> wrote:

Hi there,

I need to install a database on a RedHat system. Although I'm pretty at ease with Debian, I feel a little unconfortable and cannot find why I get an Error: errno 13 (Permission Denied) when I try to create a new database.

Is there some place to look at first? I cannot find any way to do this easily. There is no strace installed on the system (nor any possibility to do so easily).

Any idea?

Thanks,