Changes between Initial Version and Version 1 of Ticket #44978


Ignore:
Timestamp:
Sep 13, 2014, 1:43:50 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44978

    • Property Cc pixella@… removed
    • Property Summary changed from mysql56-server: Cannot create database at end of installation. to mysql56: Cannot create database at end of installation.
    • Property Owner changed from macports-tickets@… to pixilla@…
    • Property Keywords installation removed
    • Property Port mysql56 added; mysql56-server @5.6.19_1 removed
  • Ticket #44978 – Description

    initial v1  
    11I installed  mysql56-server @5.6.19_1 under OS X 10.9.4.
    22
    3 Following instructions at https://trac.macports.org/wiki/howto/MAMP, I executed:
     3Following instructions at wiki:howto/MAMP, I executed:
    44
     5{{{
    56   sudo port select mysql mysql56
    6 
    77   sudo -u _mysql /opt/local/lib/mysql56/bin/mysql_install_db   [NOT "_db5"]
     8}}}
    89
    910Result:
    1011
     12{{{
    1113  WARNING: Could not write to config file /opt/local/etc/mysql56/my-new.cnf: Permission denied
     14  FATAL ERROR: Could not find /fill_help_tables.sql
     15}}}
    1216
    13   FATAL ERROR: Could not find /fill_help_tables.sql
    14 
    15 I tried doing "chown _mysql:_mysql /opt/local/etc/mysql56/my-new.cnf", which did cure the first error.
     17I tried doing "{{{chown _mysql:_mysql /opt/local/etc/mysql56/my-new.cnf}}}", which did cure the first error.
    1618
    1719However, the 2nd error persist.
     
    1921In fact, after updating the located, an mdfind reveals:
    2022
     23{{{
    2124   mdfind -name fill_help_tables.sql
    2225   /opt/local/share/mysql56/fill_help_tables.sql
     26}}}
    2327
    2428So how should this be fixed?