首页 > 数据库技术 > 详细

osx brew mysql

时间:2019-01-12 23:57:54      阅读:278      评论:0      收藏:0      [点我收藏+]

MariaDB Server is available for installation on macOS (formerly Mac OS X) via the Homebrew package manager.

MariaDB Server is available as a Homebrew "bottle", a pre-compiled package. This means you can install it without having to build from source yourself. This saves time.

After installing Homebrew, MariaDB Server can be installed with this command:

brew install mariadb

After installation, start MariaDB Server:

mysql.server start

To auto-start MariaDB Server, use Homebrew‘s services functionality, which configures auto-start with the launchctl utility from launchd:

brew services start mariadb

After MariaDB Server is started, you can log in:

mysql -u root

 

refer: https://mariadb.com/kb/en/library/installing-mariadb-on-macos-using-homebrew/

osx brew mysql

原文:https://www.cnblogs.com/brookin/p/10261227.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!