mysql5.58 unstart server in mac os 10.6.5

后端 未结 3 423
隐瞒了意图╮
隐瞒了意图╮ 2020-12-15 01:44

MySQL 5.5.8 uninstall MAC OS 10.6.5,restart computer is message “/Library/StartupItems/MySQLCOM” has not been started because it does not have the proper security settings.

3条回答
  •  粉色の甜心
    2020-12-15 02:01

    You guys are the best. It worked for me (controlling mysql from the system preferences.

    Unfortunately, I also had to include the user in the wheel group:

    sudo dseditgroup -o edit -a "user-id" -t "user-id" wheel
    
    "user-id"@"machine-id": Sun Jan 30 14:22:45 /Library/StartupItems
    $ tree -Dpugas
    .
    `-- [drwxr-xr-x root     wheel            136 Dec  3 13:58]  MySQLCOM
        |-- [-rwxr-xr-x root     wheel           1300 Dec  3 13:58]  MySQLCOM
        `-- [-rw-r--r-- root     wheel            469 Dec  3 13:58]  StartupParameters.plist
    
    1 directory, 2 files
    

提交回复
热议问题