Changes between Initial Version and Version 8 of Ticket #43690


Ignore:
Timestamp:
May 25, 2014, 9:39:24 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43690

    • Property Cc egall@… added
    • Property Component changed from ports to wiki
    • Property Priority changed from High to Normal
    • Property Version changed from 2.2.1 to
    • Property Port mysql5 added
  • Ticket #43690 – Description

    initial v8  
    11Trying to Install MacPorts MAMP:  Followed the steps with my old Mac a few years ago with out issue.
    2 https://trac.macports.org/wiki/howto/MAMP
     2wiki:howto/MAMP
    33
    44Now I am getting errors:
    55
    66When I execute this Command
    7 ~ sudo port install mysql5-server
     7{{{
     8~ sudo port install mysql5-server]
     9}}}
    810I got the following errors
    9 =============================
     11{{{
    1012Error: org.macports.build for port mysql5 returned: command execution failed
    1113Error: Failed to install mysql5
     
    1618    http://guide.macports.org/#project.tickets
    1719Error: Processing of port mysql5-server failed
    18 =============================
    19 
     20}}}
    2021
    2122I reviewed and determined that I need to run
     23{{{
    2224~ sudo port install mysql55-server
     25}}}
    2326and it installed.
    2427
    2528The next step fails with both options:
    26 Option 1) sudo -u mysql mysql_install_db5
     29
     30Option 1)
     31{{{
     32sudo -u mysql mysql_install_db5
     33}}}
     34
    2735Error Message
    28 =============================
     36{{{
    2937sudo: mysql_install_db5: command not found
    30 =============================
     38}}}
    3139I also tried
     40{{{
    3241~ sudo -u mysql mysql_install_db55
     42}}}
    3343Got the same error
    3444
    35 Option 2) sudo mysql_install_db5
     45Option 2)
     46{{{
     47sudo mysql_install_db5
     48}}}
     49
    3650Error Message
    37 =============================
     51{{{
    3852sudo: mysql_install_db5: command not found
    39 =============================
     53}}}
    4054
    4155I also Tried
     56{{{
    4257~ sudo mysql_install_db55
     58}}}
    4359Error Massage
    44 =============================
     60{{{
    4561sudo: mysql_install_db55: command not found
    46 =============================
     62}}}