Re: MySQL: Problem Installing on RH 7.3

2002-07-23 Thread Trond Eivind Glomsrød
Philip Molter <[EMAIL PROTECTED]> writes: > On Thu, Jul 18, 2002 at 11:44:14AM -0400, Richard Fox wrote: > : The mysqld.log file says: > : > : 020717 13:05:05 mysqld started > : 020717 13:05:05 /usr/local/libexec/mysqld: Can't find file: > : './mysql/host.frm' (errno: 13) > : 020717 13:05:05

Re: MySQL: Problem Installing on RH 7.3

2002-07-19 Thread jusob
En réponse à Philip Molter <[EMAIL PROTECTED]>: Hi I am sure that tehre is a bug in RH 7.3 I've said it several times in this mailing list, but nobody wants to belive me! It's true that this information is difficult to find, but I've learned it on the documentation of www.mysql.org, the one with

Re: MySQL: Problem Installing on RH 7.3

2002-07-18 Thread Philip Molter
On Thu, Jul 18, 2002 at 11:44:14AM -0400, Richard Fox wrote: : The mysqld.log file says: : : 020717 13:05:05 mysqld started : 020717 13:05:05 /usr/local/libexec/mysqld: Can't find file: : './mysql/host.frm' (errno: 13) : 020717 13:05:05 mysqld ended : : But I do see the host.frm file: : : -r

Re: MySQL: Problem Installing on RH 7.3

2002-07-18 Thread Gerald Clark
You can see them because you are root, and you own them. Mysql can't see them because it is mysql. chown -R mysql /var/lib/mysql Richard Fox wrote: >The mysqld.log file says: > >020717 13:05:05 mysqld started >020717 13:05:05 /usr/local/libexec/mysqld: Can't find file: >'./mysql/host.frm'

Re: MySQL: Problem Installing on RH 7.3

2002-07-18 Thread Ryan Fox
First, nice username :) Anyhow, use the /etc/init.d/mysqld script as root to start/stop mysql, not the safe_mysqld binary. The init.d script really calls the safe_mysqld binary, but ti also makes a couple sanity checks like ensuring that the initial database files exist and are owned by the prop

RE: MySQL: Problem Installing on RH 7.3

2002-07-18 Thread Mark Schoonover
8:44 AM > To: Noamn; [EMAIL PROTECTED] > Subject: Re: MySQL: Problem Installing on RH 7.3 > > > The mysqld.log file says: > > 020717 13:05:05 mysqld started > 020717 13:05:05 /usr/local/libexec/mysqld: Can't find file: > './mysql/host.frm' (errno: 13) &

Re: MySQL: Problem Installing on RH 7.3

2002-07-18 Thread Jan Kudrman
IL PROTECTED]> Sent: Thursday, July 18, 2002 5:44 PM Subject: Re: MySQL: Problem Installing on RH 7.3 The mysqld.log file says: 020717 13:05:05 mysqld started 020717 13:05:05 /usr/local/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 020717 13:05:05 mysqld en

Re: MySQL: Problem Installing on RH 7.3

2002-07-18 Thread Richard Fox
The mysqld.log file says: 020717 13:05:05 mysqld started 020717 13:05:05 /usr/local/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 020717 13:05:05 mysqld ended But I do see the host.frm file: -rw-rw1 root root 8958 Jul 17 13:04 /var/lib/mysql/mysql/host.f

Re: MySQL: Problem Installing on RH 7.3

2002-07-17 Thread Philip Molter
On Wed, Jul 17, 2002 at 04:40:50PM -0400, Richard Fox wrote: : : The MySQL daemon does not run. I installed the binary RPM's from the RH cd, : MySQL 3.23.49. I run mysql_install_db, outputs some text and appears to : execute correctly. The I run safe_mysqld &, and I get: : : [root@thor rfox]# /u

RE: MySQL: Problem Installing on RH 7.3

2002-07-17 Thread Cal Evans
Dig around for a log file or an error file. Whenever it won't start it tells you why (or gives you a hint) in the error file. tail it and post if you still need help. =C= * * Cal Evans * The Virtual CIO * http://www.calevans.com * -Original Message- From: Richard Fox [mailto:[EMAIL PR