Changes between Version 15 and Version 16 of howto/MySQL


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

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MySQL

    v15 v16  
    211211* https://apple.stackexchange.com/questions/231264/mysql-fails-to-load-on-boot
    212212
     213== mysql_upgrade fails ==
     214You might end up in a catch22 if your mysql server doesn't want to start due to a failure message like:
     215{{{
     216Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
     217}}
     218then trying to run upgrade might give you:
     219{{{
     220sudo /opt/local/lib/mysql57/bin/mysql_upgrade -u root -p
     221Enter password:
     222mysql_upgrade: Got error: 2002: Can't connect to local MySQL server through socket '/opt/local/var/run/mysql57/mysqld.sock' (2) while connecting to the MySQL server
     223Upgrade process encountered error and will not continue.
     224}}}
     225Please add a solution here if you find one.
    213226
    214227[wiki:howto <- Back to the HOWTO section]