Opened 17 years ago

Last modified 14 years ago

#12694 closed enhancement

mysql5: no helpful “how to get this running” after install — at Initial Version

Reported by: ib51pi802@… Owned by: macports-dev@…
Priority: Normal Milestone:
Component: ports Version: 1.5.0
Keywords: Cc:
Port: mysql5

Description

I found that I had to do the following to get mysql5 running after install:

sudo mkdir -p /opt/local/var/db/mysql5 sudo mysql_install_db5 sudo chown -R mysql /opt/local/var/db/mysql5

And then run it with:

sudo mysqld_safe

I 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.

Change History (0)

Note: See TracTickets for help on using tickets.