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:Dobromir Velev (mys@awebhome.net)
Date:09/01/2004 02:18:35 AM
List:com.mysql.lists.mysql

HI again,

This multiple mysql proccesses are nothing to worry about - these are the threads that mysql opens to accept incoming connections. You can configure the maximum number of connections and the mysql memory usage in the /etc/my.cnf file.

On Wednesday 01 September 2004 02:14, Yannick Warnier wrote:

Le mar 31/08/2004 à 16:21, Dobromir Velev a écrit :

Hi, Make sure that the mysql user have permissions to write into the folder /var/lib/mysql (or whatever your data folder is) .

Thanks Eric and Dobromir. This was a problem of permissions on /var/lib/mysql indeed. Although it did not work immediatly after a change, I saw (how awful) that the mysql version was a 3.23 or something and replaced by the recommended version 4.

Now it all works perfectly (although mysqld is now divided in ten different processes, but I don't know why and I don't mind as long as it works).