From: Eric Bergen Date: August 31 2004 3:25pm Subject: Re: Mysql and errno 13 on RedHat List-Archive: http://lists.mysql.com/mysql/171837 Message-Id: <11b1bd990408310825712ee403@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 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, > > Yannick > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/mysql?unsub=eric.bergen@stripped > > -- Eric Bergen eric.bergen@stripped