Re: mysqld refuses to run on boot

2006-06-25 Thread Karl Larsen
Karl Larsen wrote: Duncan Hill wrote: On Saturday 24 June 2006 12:49, Karl Larsen wrote: Hi Joerg, I'm using Ferdora Core 4 of Red Hat and I have in /etc/rc.d/init/ a file mysqld which when I use ./mysqld start does start the system. But it has to be done every time I turn on the comput

Re: mysqld refuses to run on boot

2006-06-25 Thread Joerg Bruehe
Hi Karl, Fredrik, all! Karl Larsen wrote: Joerg Bruehe wrote: Hi Fredrik, all! Fredrik Andersson wrote: Hi all I have problems getting MySQL autoboot on my RedHat installation. [[...]] In addition to permissions (see the other posts), there is another possible problem: [[...]] Try th

Re: mysqld refuses to run on boot

2006-06-24 Thread Karl Larsen
Duncan Hill wrote: On Saturday 24 June 2006 12:49, Karl Larsen wrote: Hi Joerg, I'm using Ferdora Core 4 of Red Hat and I have in /etc/rc.d/init/ a file mysqld which when I use ./mysqld start does start the system. But it has to be done every time I turn on the computer. I do not understa

Re: mysqld refuses to run on boot

2006-06-24 Thread Duncan Hill
On Saturday 24 June 2006 12:49, Karl Larsen wrote: >     Hi Joerg, I'm using Ferdora Core 4 of Red Hat and I have in > /etc/rc.d/init/ a file mysqld which when I use ./mysqld start does start > the system. But it has to be done every time I turn on the computer. I > do not understand your patch. I

Re: mysqld refuses to run on boot

2006-06-24 Thread Karl Larsen
Joerg Bruehe wrote: Hi Fredrik, all! Fredrik Andersson wrote: Hi all I have problems getting MySQL autoboot on my RedHat installation. [[...]] In addition to permissions (see the other posts), there is another possible problem: Depending on how your environment is set up, the MySQL server

Re: mysqld refuses to run on boot

2006-06-23 Thread Joerg Bruehe
Hi Fredrik, all! Fredrik Andersson wrote: Hi all I have problems getting MySQL autoboot on my RedHat installation. [[...]] In addition to permissions (see the other posts), there is another possible problem: Depending on how your environment is set up, the MySQL server may need some other

Re: mysqld refuses to run on boot

2006-06-22 Thread Jay Pipes
Fredrik Andersson wrote: Both datadir and basedir is owned by mysql and the mysql group. I have hit rockbottom here it seems :( first, check the error log for mysql. Should be in the datadir, named localhost.localdomain.err I believe on RH. There will be an entry in there explaining that s

Re: mysqld refuses to run on boot

2006-06-21 Thread Jay Pipes
Probably a permissions issue. Ensure that the directory in which the pid file is created (I believe /var/run or /var/lib/mysql on RH) has write permission for the mysql system user/group. Also, ensure permissions/ownership on the datadir (/var/lib/mysql) for the mysql owner/group. Fredrik A

Re: mysqld refuses to run on boot

2006-06-21 Thread Daniel da Veiga
On 6/21/06, Fredrik Andersson <[EMAIL PROTECTED]> wrote: Hi all I have problems getting MySQL autoboot on my RedHat installation. I have tried to add the mysql.server start script from the install dir to the system with chkconfig --add mysql (I copied it to /etc/init.d/) and then trying to add m

mysqld refuses to run on boot

2006-06-21 Thread Fredrik Andersson
Hi all I have problems getting MySQL autoboot on my RedHat installation. I have tried to add the mysql.server start script from the install dir to the system with chkconfig --add mysql (I copied it to /etc/init.d/) and then trying to add mysql to the default boot order with chkconfig mysql on but