Subject: Re: MySQL installation
To: None <netbsd-users@netbsd.org>
From: Christian Biere <christianbiere@gmx.de>
List: netbsd-users
Date: 01/28/2003 21:53:37
--=.I)x/fGyuxPc_o4
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Brian Rose <saider@gate.net> wrote:

> The server dies almost immediately and the reported error is...
> 030122 20:11:08  mysqld started
> 030122 20:11:08  /usr/pkg/libexec/mysqld: Can't find file: 
> './mysql/host.frm' (errno: 13)
> 030122 20:11:08  mysqld ended

"Can't find file" is a confusing error message because errno == 13 has
this meaning:

13 EACCES Permission denied. An attempt was made to access a file in a 
way forbidden by its file access permissions.

Either, the directory or the file itself seems to have inappropriate
permissions. You can use ktruss to see what's going wrong if this
doesn't help.

Christian

--=.I)x/fGyuxPc_o4
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (NetBSD)

iD8DBQE+Nu3b0KQix3oyIMcRAh1XAJ9YKXgLyhtoK3GEjAWjDz776HzZrACgmoo1
YJZ5+bQxz9DwQLuz+/bBpH0=
=up5G
-----END PGP SIGNATURE-----

--=.I)x/fGyuxPc_o4--