Suse 7.0 when I ran rpm -Uhv MySql*3.23.32-1.i386.rpm against the sever, the
client and the
shared rpms.It ran without error and created the appropriate files on  a 10 gig
/var/lib/mysql.
I moved the contents of mysql to /dbshare and created a symbolic link in /var/lib

called mysql which pointed to /dbshare.I had that error  until I set the
ownership of the link, /dbshare,
/dbshare/mysql and everything in /dbshare/mysql  to "mysql w group root". When I
did that, safe_mysqld was successful in starting mysql from root. You mught look
at the permissions
and ownership of your   /usr/sbin/mysqld: and everything in it. The only thing
which should have an ownership
and group of mysql/deamon is myslq.sock. everything else should be mysql/? maybe
root.



Ezequiel Chernitsky wrote:

> Hi,
>
> After trying to install mysql succesfully on RH7 (yes, it finally
> worked), I discovered that the daemon doesn´t start at boot. I tailed
> the log and it says this:
>
> 010208 10:25:03  mysqld started
> 010208 10:25:04  /usr/sbin/mysqld: Can't find file: './mysql/host.frm'
> (errno: 13)
> 010208 10:25:04  mysqld ended
>
> Can someone explain me what´s wrong?
>
> Thanks!!!
>
> Ezequiel.
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/
>
> ---------------------------------------------------------------------
> 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


---------------------------------------------------------------------
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