Autostart MySQL Server on Mac OS X Yosemite/El Capitan

前端 未结 7 1351
抹茶落季
抹茶落季 2020-12-02 05:10

I would like to auto start the MySQL server on startup. This was possible in Mavericks but seems to be not working on Yosemite.

edit: seems this wo

7条回答
  •  离开以前
    2020-12-02 05:40

    This article help me resolve the issue with invalid error. Corrected plist I used below.

    How to know which line of plist file is incorrect

     
     
     
     
    KeepAlive 
     
    Label 
    com.mysql.mysqld 
    ProgramArguments 
     
    /usr/local/mysql/bin/mysqld_safe 
    --user=mysql 
     
     
    
    

提交回复
热议问题