ben foo wrote:
> 
> I have  mysql-server-3.23.22.6  and mysql-3.23.22.6, packages
> installed on my PC during Linux RedHat 7.0 installation.
> 
> The problem occurs when starting mysqld program :
> The command :
> mysql install db
> is OK
> but the command :
> safe mysqld
> starts the server mysqld witch stops immediately after.
> When I look at the file :
> /var/lib/mysql/my local host.err
> I find the lines :
> 
> 010212 13:26:29  mysqld started
> 010212 13:26:30  /usr/libexec/mysqld: Can't find file:
> './mysql/host.frm' (errno: 13)
> 010212 13:26:30  mysqld ended
> 
> The file host.frm is in : /var/lib/mysql/mysql/
> 
> I tried to copy all the files from  /var/lib/mysql/mysql/  to
> /var/lib/mysql/
> but the problem still remain.
> 
> Can you help me please.
> Thank you.
> 
> [EMAIL PROTECTED]

chown -R mysql /var/lib/mysql

This is a known problem with MySQL on the RH7.0 CD.
There are updates on the redhat.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

Reply via email to