OK,

I changed the owner:group to mysql:mysql for /var/lib/mysql recursively and
got the same results.
I changed the permissions to 770 recursively and got the same results.
I changed the permissions back to 700.

Also, I downloaded the 3.22 version from the mysql website. It appears to
use 
a different naming convention than the folks at Red Hat use. Namely, the
package
lists itself as 'MySQL' not 'mysql'. I couldn't get php-mysql installed
because of
this. I don't know if the libmysql...so.9 is installed or not and php-mysql
cannot 
locate the mysql pacakge to resolve the dependencies.

Could someone please tell me what the heck is going on here? Why can people
not
use a uniform naming convention for these things? Are the folks at MySQL
just not
naming them correctly on accident? or are the folks at RH screwing up?

I would like to know if anyone else is having the same problems.

Thanks,

Charlie Crawford
[EMAIL PROTECTED]

-----Original Message-----
From: Atle Veka
To: Charles Crawford
Cc: '[EMAIL PROTECTED]'
Sent: 1/17/01 5:15 PM
Subject: Re: problems starting safe_mysqld --user=mysql &

On Wed, 17 Jan 2001, Charles Crawford wrote:

>         -------------------------------------
>         I checked the log and saw this:
>         010117 16:24:54  mysqld started
>         010117 16:24:56  /usr/libexec/mysqld: Can't find file:
> './mysql/host.frm' (errno: 13)
>         010117 16:24:56  mysqld ended
>         -------------------------------------


Make sure your datadir has the right permissions, and if that fails, try
telling mysql where the datadir is
mysqld --user=mysql --datadir=/location/of/datadir

If you don't have the right permissions do 
chown -R mysql.<user> /datadir

Atle

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to