美文网首页
Ubuntu 16 And MySQL 5.7 启动相关

Ubuntu 16 And MySQL 5.7 启动相关

作者: 我的名字叫浩仔 | 来源:发表于2017-04-18 13:11 被阅读99次

    MySQL的配置文件为:/etc/mysql/mysql.conf.d/mysqld.cnf
    相关启动参数:

    启动MySQL server

    $ sudo systemctl start mysql
    
    OR
    $ sudo systemctl start mysql.service
    

    关闭 MySQL server

    $ sudo systemctl stop mysql
    
    OR
    $ sudo systemctl stop mysql.service
    

    重启 MySQL server

    $ sudo systemctl restart mysql
    
    OR
    $ sudo systemctl restart mysql.service
    

    查看 MySQL 状态

    $ sudo systemctl status mysql.service
    

    相关文章

      网友评论

          本文标题:Ubuntu 16 And MySQL 5.7 启动相关

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