#28772: mysql_install_db5 works without '--user=_mysql' option, but mysql.user table not populated -----------------------------------+---------------------------------------- Reporter: knightcode1@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: mysql5 -----------------------------------+---------------------------------------- Comment(by ryandesign@…): Replying to [comment:10 marc@…]:
pixilla, after a `sudo port install mysql5 mysql5-server` permissions on /opt/local/var/db/mysql5 were root:root
The ownership should be _mysql:_mysql, which is what [browser:trunk/dports/databases/mysql5-server/Portfile?rev=76696#L56 you can see the mysql5-server port does]. If it's owned by root:root on your system, you must've done that manually, and should manually fix it using `chown`. -- Ticket URL: <https://trac.macports.org/ticket/28772#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS