id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,port 14600,MySQL5-server fixes,paulbeard@…,ryandesign,"1. It would help if permissions were set properly so MySQL could create its socket file in /opt/local/var/db/mysql5. {{{ chown -R mysql:mysql /opt/local/var/db/mysql5 }}} For whatever reason mysqld could create and write to a log file but couldn't create its socket file until I set the permissions. 2. On line 42 of /opt/local/lib/mysql5/bin/mysql_secure_installation mysql should be mysql5. {{{ 40 do_query() { 41 echo $1 >$command 42 mysql5 --defaults-file=$config <$command }}}",defect,closed,Normal,,ports,1.6.0,fixed,,jyrkiwahlstedt,"mysql5, mysql5-devel"