Changes between Initial Version and Version 2 of Ticket #25793
- Timestamp:
- Jul 24, 2010, 1:19:14 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25793
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Summary
changed from
mysql5-5.1.48_1 Install Error
tomysql5-5.1.48_1 should create log and run directories automatically
- Property Keywords leopard removed
-
Property
Version
changed from
1.9.1
to - Property Owner changed from macports-tickets@… to ryandesign@…
-
Property
Type
changed from
defect
toenhancement
- Property Port -server removed
-
Property
Status
changed from
-
Ticket #25793 – Description
initial v2 1 1 Following instructions from http://homepage.mac.com/duling/halfdozen/NeDi-Howto.html. Other posts said '+server' is deprecated, so used install command: 2 2 3 {{{ 3 4 %% sudo port install mysql5 -server 5 }}} 4 6 5 7 No errors reported on port install. Next command: 6 8 9 {{{ 7 10 %% sudo -u mysql mysql_install_db5 11 }}} 8 12 9 13 Errors because log and run directories failed to create in opt/local/var/ on port install. Found instructions to manually create directories and set permissions. So can proceed. … … 11 15 Later this command fails: 12 16 17 {{{ 13 18 %% sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist 19 }}} 14 20 15 21 Because org.macports.mysql5.plist is also missing from port install. Found post that ties issue to install of deprecated port mysql5 +server, but not the case here.