[NTLUG:Discuss] MySqld
Michael Patrick
michael at techiesplace.com
Fri Sep 7 02:03:09 CDT 2001
David,
Host.frm is part the default mysql database. Where did your install put the data files?
locate "host.frm"
should tell you where the file is. You could then run
safe_mysqld --datadir=<that path>
like, for me,
locate "host.frm" yields
/home/mysql/var/mysql/host.frm
and my safe_mysqld line is:
safe_mysqld --datadir=/home/mysql/var
Michael
On Thu, Sep 06, 2001 at 09:41:34PM -0500, David Wilson wrote:
> Ok, here we go again, I went to the /var/log/mysqld.log and this is what it said. " 010906 21:31:43 mysqld started
> 010906 21:31:44 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)"
>
> I am not sure how to fix it.
>
> Help!!!!
>
> David
>
>
>
More information about the Discuss
mailing list