Changes between Version 12 and Version 13 of howto/MySQL


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

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MySQL

    v12 v13  
    197197= Troubleshooting =
    198198== Booting fails and you need the error log ==
     199You can check /var/log/system.log for messages regarding the launch of the mysqlserver.
     200If it does not boot you might see messages like the one below showing that mysqlserver is respawning. Another indicator is that
     201{{{
     202$ ps -ax | grep mysql
     203}}}
     204will show an increasing process number and the mysqld process will only show up every once in a while.
     205<pre>
     206grep mysql /var/log/system.log
     207Apr  8 08:26:11 phobos com.apple.xpc.launchd[1] (org.macports.mysql57-server[2262]): Service exited with abnormal code: 1
     208Apr  8 08:26:11 phobos com.apple.xpc.launchd[1] (org.macports.mysql57-server): Service only ran for 2 seconds. Pushing respawn out by 8 seconds.
     209</pre>
    199210* https://apple.stackexchange.com/questions/231264/mysql-fails-to-load-on-boot
    200211