> From: Chris Elsworth  Sent: Saturday, December 06, 2003 5:09 PM
> 
> > 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
> 
> 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.
 
All mysql-database files in /var/lib/mysql/mysql/ are owned by user=root and
group=root, mode =660.
There is no mysql group.

I installed as user "root" (using YaST) and created the database-files with
mysql_install_db also as user "root".

Franz


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

Reply via email to