mac 下安装 mariadb
通过brew 安装:
1 |
brew install mariadb |
初始化数据库
1
2 |
cd /usr/local/Cellar/mariadb/10.0.10/scripts mysql_install_db --user=`root` --basedir= "$(brew --prefix mariadb)"
--datadir=/usr/local/ var /mysql --tmpdir=/tmp |
开启自启动
1
2 |
cp $(brew --prefix mariadb)/homebrew.mxcl.mariadb.plist ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mariadb.plist |
参考:
http://www.foolegg.com/how-to-setup-a-nginx-mariadb-php-mnmp-server-on-mac-osx/#title
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。