Michael George <[EMAIL PROTECTED]> writes:

> On Mon, Jan 29, 2001 at 12:23:46PM -0500, Trond Eivind Glomsrød wrote:
> > Michael George <[EMAIL PROTECTED]> writes:
> > 
> > > The server tries to start, but it fails because it cannot find the file
> > > "./mysql/host.frm".
> > 
> > Start it like this: "service mysqld start".
> 
> I tried that, but I got the same error:
> 
> 010129 12:54:31  mysqld started
> 010129 12:54:32  /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
> 010129 12:54:32  mysqld end

You're doing something weird... Try

service mysqld stop
rm -fr /var/lib/mysql/mysql
service mysqld start

This directory (including this file) is initialized whenever no
database is present.

-- 
Trond Eivind Glomsrød
Red Hat, Inc.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to