Changes between Initial Version and Version 6 of Ticket #12694


Ignore:
Timestamp:
Nov 21, 2010, 9:26:25 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12694

    • Property Status changed from new to closed
    • Property Reporter changed from ib51pi802@… to 521E328E-2A13-4749-826A-E4EF4F22A0F1@…
    • Property Owner changed from macports-dev@… to ryandesign@…
    • Property Resolution changed from to worksforme
    • Property Port mysql5 added
  • Ticket #12694 – Description

    initial v6  
    11I found that I had to do the following to get mysql5 running after install:
    22
     3{{{
    34    sudo mkdir -p /opt/local/var/db/mysql5
    45    sudo mysql_install_db5
    56    sudo chown -R mysql /opt/local/var/db/mysql5
     7}}}
    68
    79And then run it with:
    810
     11{{{
    912    sudo mysqld_safe
     13}}}
    1014
    1115I was not able to find this in the man page nor in the output from “sudo port install mysql5” — I think it would be nice to have the latter output a note like the above.