Changes between Initial Version and Version 2 of Ticket #47831


Ignore:
Timestamp:
Aug 26, 2015, 10:29:21 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Prior to "sudo -u _mysql mysql_install_db" there needs to be:

chown -R _mysql:_mysql /opt/local/etc/mysql56/

That should not be necessary. The mysql56-server port already creates that directory with the correct ownership. The only reason that should be necessary is if you had created the directory manually with the wrong ownership before installing the port.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47831

    • Property Owner changed from markd@… to pixilla@…
    • Property Component changed from guide to ports
    • Property Port mysql56-server added
  • Ticket #47831 – Description

    initial v2  
    11Prior to "sudo -u _mysql mysql_install_db" there needs to be:
    22
     3{{{
    34chown -R _mysql:_mysql /opt/local/etc/mysql56/
     5}}}
    46
    5 This may be only applicable to Yosemite (I'm on v10.10.3) but it already noted in another ticket, https://trac.macports.org/ticket/44978 , and at http://serverfault.com/questions/543725/cant-start-mysql-5-6-installed-via-macports-on-os-x-10-8-5-new-install-errno .
     7This may be only applicable to Yosemite (I'm on v10.10.3) but it already noted in another ticket, #44978, and at http://serverfault.com/questions/543725/cant-start-mysql-5-6-installed-via-macports-on-os-x-10-8-5-new-install-errno .
    68
    79{{{