[mythtv-users] MYSQL not starting...

Stef Coene stef.coene at docum.org
Wed May 9 15:38:56 UTC 2007


On Wednesday 09 May 2007, A JM wrote:
> Just now getting a chance to get back to fixing this...
>
> This is from the daemon.log, does it give any hints on how to fix it?
>
> May  9 06:56:09 myth mysqld_safe[11112]: started
> May  9 06:56:09 myth mysqld[11115]: ^G/usr/sbin/mysqld: File
> '/var/log/mysql/mysql.log' not found (Errcode: 13)
Make sure that the directory /var/log/mysql exists and is writable by the user 
running the mysql database (typically use mysql).  Make also sure this user 
can write in the logfile /var/log/mysql/mysql.log if there is already such a 
file.
To be sure, you can login as the mysql user (su -c <mysql user> as root will 
do the trick) and try to write to the logfile file with
echo test >> /var/log/mysql/mysql.log

Stef


More information about the mythtv-users mailing list