美文网首页
brew install mysql

brew install mysql

作者: panw3i | 来源:发表于2018-01-04 10:49 被阅读27次
We've installed your MySQL database without a root password. To secure it run:
    mysql_secure_installation

MySQL is configured to only allow connections from localhost by default

To connect run:
    mysql -uroot

To have launchd start mysql now and restart at login:
  brew services start mysql
Or, if you don't want/need a background service you can just run:
  mysql.server start

开机自启动 brew services start mysql
不需要后台服务 mysql.server start

brew services start mysql (启动)

brew services stop mysql (停止)

相关文章

网友评论

      本文标题:brew install mysql

      本文链接:https://www.haomeiwen.com/subject/jnzlnxtx.html