Changes between Version 16 and Version 17 of howto/MySQL


Ignore:
Timestamp:
Apr 8, 2018, 6:45:44 AM (6 years ago)
Author:
WolfgangFahl (Wolfgang Fahl)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MySQL

    v16 v17  
    213213== mysql_upgrade fails ==
    214214You might end up in a catch22 if your mysql server doesn't want to start due to a failure message like:
     215
    215216{{{
    216217Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
    217218}}
     219
    218220then trying to run upgrade might give you:
     221
    219222{{{
    220223sudo /opt/local/lib/mysql57/bin/mysql_upgrade -u root -p
     
    223226Upgrade process encountered error and will not continue.
    224227}}}
     228
    225229Please add a solution here if you find one.
    226230