On Wed, 17 Jan 2001, Charles Crawford wrote:

>         -------------------------------------
>         I checked the log and saw this:
>         010117 16:24:54  mysqld started
>         010117 16:24:56  /usr/libexec/mysqld: Can't find file:
> './mysql/host.frm' (errno: 13)
>         010117 16:24:56  mysqld ended
>         -------------------------------------


Make sure your datadir has the right permissions, and if that fails, try
telling mysql where the datadir is
mysqld --user=mysql --datadir=/location/of/datadir

If you don't have the right permissions do 
chown -R mysql.<user> /datadir

Atle


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