• home > OS > MacOS > Tutorials >

    MAC配置mysql:mac下启动/停止/重启mysql服务

    Author:zhoulujun Date:

    启动MySQL服务:sudo usr local MySQL support-files mysql server start stop restart,可以管理mac上面的mysql,如果你是brew install myslq 的话

    Mac安装msyql 

    配置mysql系统环境变量

    vim  .bash_profile

    增加 export PATH=${PATH}:/usr/local/mysql/bin

    source .bash_profile  回车执行,运行环境变量。再输入mysql命令,即可使用。

    启动mysql

    在命令窗口找到mysql服务的目录文件

    如果是,mac brew安装mysql,启动mysql

    mysql.server start

    默认是

    个人\磁盘\usr\local\mysql\support-files 目录下执行命令

    • 启动MySQL服务:sudo /usr/local/MySQL/support-files/mysql.server start

    • 停止MySQL服务:sudo /usr/local/mysql/support-files/mysql.server stop

    • 重启MySQL服务:sudo /usr/local/mysql/support-files/mysql.server restart



    转载本站文章《MAC配置mysql:mac下启动/停止/重启mysql服务》,
    请注明出处:https://www.zhoulujun.cn/html/OS/Mac/MacOSTutorials/8746.html