Changes between Initial Version and Version 8 of Ticket #43690
- Timestamp:
- May 25, 2014, 9:39:24 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43690
- Property Cc egall@… added
-
Property
Component
changed from
ports
towiki
-
Property
Priority
changed from
High
toNormal
-
Property
Version
changed from
2.2.1
to - Property Port mysql5 added
-
Ticket #43690 – Description
initial v8 1 1 Trying 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/MAMP2 wiki:howto/MAMP 3 3 4 4 Now I am getting errors: 5 5 6 6 When I execute this Command 7 ~ sudo port install mysql5-server 7 {{{ 8 ~ sudo port install mysql5-server] 9 }}} 8 10 I got the following errors 9 ============================= 11 {{{ 10 12 Error: org.macports.build for port mysql5 returned: command execution failed 11 13 Error: Failed to install mysql5 … … 16 18 http://guide.macports.org/#project.tickets 17 19 Error: Processing of port mysql5-server failed 18 ============================= 19 20 }}} 20 21 21 22 I reviewed and determined that I need to run 23 {{{ 22 24 ~ sudo port install mysql55-server 25 }}} 23 26 and it installed. 24 27 25 28 The next step fails with both options: 26 Option 1) sudo -u mysql mysql_install_db5 29 30 Option 1) 31 {{{ 32 sudo -u mysql mysql_install_db5 33 }}} 34 27 35 Error Message 28 ============================= 36 {{{ 29 37 sudo: mysql_install_db5: command not found 30 ============================= 38 }}} 31 39 I also tried 40 {{{ 32 41 ~ sudo -u mysql mysql_install_db55 42 }}} 33 43 Got the same error 34 44 35 Option 2) sudo mysql_install_db5 45 Option 2) 46 {{{ 47 sudo mysql_install_db5 48 }}} 49 36 50 Error Message 37 ============================= 51 {{{ 38 52 sudo: mysql_install_db5: command not found 39 ============================= 53 }}} 40 54 41 55 I also Tried 56 {{{ 42 57 ~ sudo mysql_install_db55 58 }}} 43 59 Error Massage 44 ============================= 60 {{{ 45 61 sudo: mysql_install_db55: command not found 46 ============================= 62 }}}