Bug #61259 | Running mysql_upgrade fails to fix privilege tables with SQL errors | ||
---|---|---|---|
Submitted: | 23 May 2011 1:12 | Modified: | 23 May 2011 6:34 |
Reporter: | Ian McWilliam | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S2 (Serious) |
Version: | 5.5.12 | OS: | MacOS |
Assigned to: | CPU Architecture: | Any |
[23 May 2011 1:12]
Ian McWilliam
[23 May 2011 4:34]
Alexey Kishkin
Hi Ian. As far as I understand - problem part is timestamp(14) which is ok for mysql 5.1 and produces error in mysql 5.5 But it means you run mysql_upgrade from mysql 5.1 agains mysql 5.5 (despite the fact you should run mysql_upgrade from mysql 5.5). Could you please double check if you run correct mysql_upgrade?
[23 May 2011 6:34]
Ian McWilliam
Hi Alexey, You are correct. The mysql_upgrade from 5.1 was still being picked up as it was found first in my path. Running the mysql_upgrade from 5.5, all completed correctly.