<div class="gmail_quote">On Fri, Jun 1, 2012 at 9:10 PM, criggie <span dir="ltr"><<a href="mailto:criggie@criggie.org.nz" target="_blank">criggie@criggie.org.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 01/06/12 21:00, Steve V wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
ERROR: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 NOT ' at line 1<br>
</blockquote></div>
Something tried to change the table called user by adding a column called Show_view_priv but something's wrong with the command.<div class="im"><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
ERROR: 1050 Table 'plugin' already exists<br>
</blockquote></div>
Something's trying to create a table in the database called plugin, and it already exists.</blockquote><br>Both "user" and "plugin" are mysql system tables. It looks like something is trying to upgrade the mysql core schema and failing. The Show_view_priv column was added in 5.0.1. The plugin table was added in 5.1. What version do you have installed?<br>
<br>What is interesting is that from the log it looks like it's gone through a couple of shutdown/startup cycles. And the second time it failed at a different point in the upgrade script. Do you still get the same error now?<br>
<br>Cheers,<br>Steve<br></div>