I installed mysql recently and added its start command in my .bash file. But when I tried running the command, that's when I encountered this error:

launchctl: Dubious ownership on file (skipping): /Users/newuser/Library/LaunchAgents/com.mysql.mysqld.plist nothing found to load

Does anyone know what it is about?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

According to this discussion, it may be a permissions issue with that .plist.

The article suggests:

A chmod 644 on the plist (logged in as whatever user the home directory corresponds to), run launchctl again, and you should be good.

In addition, I would suggest creating a copy of the .plist in question before changing the permissions.

link|improve this answer
I am having this issue as well. My permissions are however already set to 644. – Charlotte Mar 14 at 22:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.