<div class="gmail_quote">On Sat, Aug 28, 2010 at 7:40 AM, Mache Creeger <span dir="ltr"><<a href="mailto:mache@creeger.com">mache@creeger.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
100826 18:20:56 [Warning] Ignoring user change to 'mysql' because the user was set to 'mythtv' earlier on the command line<br>
<br>
100826 18:20:56 [Note] Plugin 'ndbcluster' is disabled.<br>
/usr/libexec/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)<br>
100826 18:20:56 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.<br>
100826 18:20:56 InnoDB: Operating system error number 13 in a file operation.<br>
InnoDB: The error means mysqld does not have the access rights to<br>
InnoDB: the directory.<br></blockquote><br>It looks like mysql is being started as user 'mythtv' and then can't access a directory it needs because that user doesn't have permission. I think mysql should be running as user 'mysql'. Find out what is causing it to run as 'mythtv' and remove it.<br>
<br>Cheers,<br>Steve<br></div>