On Sat, Dec 06, 2003 at 03:52:05PM +0100, Franz Edler wrote:
> 
> The msqld.log file shows:
> 031206 15:05:20  mysqld started
> 031206 15:05:20   Fatal error: Can't open privilege tables: 
>                       Can't find file: './mysql/host.frm' (errno: 13)
> 031206 15:05:20  Aborting
> 031206 15:05:20  /usr/sbin/mysqld: Shutdown Complete
> 
> What is wrong?

Errno 13 is Permission Denied. Is the mysql daemon running with
sufficient privileges to read the directory and files within it?
All the database files should be owned by the mysql user, and are
generally in the mysql group, mode 660. Check that's the case.

-- 
Chris

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to