且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Mac OS X上启动时启动MariaDB?

更新时间:2023-09-24 18:40:34

在卡尔文答案(我想删除了吗?)和

With help from Calvin's answer (deleted, I guess?), and this page, these are the steps I used to accomplish this:

cp /usr/local/Cellar/mariadb/5.5.30/homebrew.mxcl.mariadb.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mariadb.plist

在下次启动时,MariaDB已启动并正在运行.

On next boot, MariaDB was up and running.