美文网首页
macos安装mysql

macos安装mysql

作者: 别时茫茫 | 来源:发表于2020-04-17 23:04 被阅读0次

    macos安装mysql

    ## 安装mysql数据库服务器
    brew install mysql 
    
    ## 重新启动mysql服务器
    brew services start mysql
    
    ## 登录mysql,默认是root账户登录
    mysql -uroot
    
    

    相关文章

      网友评论

          本文标题:macos安装mysql

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