Re: MAC - sudo ./bin/mysqld_safe doesn't work
What's the mysqld error you're getting ?
I'd guess it's something about starting mysqld as root and not specifying the --user (https://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_user) option, right ?
Can you please check your mysqld error log ?
If that's the case then you need to add that option or not run mysqld as root.
I'd suggest not running mysqld as root. Please review
https://dev.mysql.com/doc/refman/5.7/en/security-against-attack.html as to why.
Subject
Views
Written By
Posted
2330
February 11, 2017 04:34PM
Re: MAC - sudo ./bin/mysqld_safe doesn't work
1035
February 20, 2017 08:14AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.