sweli 发表于 2018-10-2 14:35:41

centos7安装 MySQL5.7.19-Linux

# chkconfig --add mysqld  
# chkconfig --list
  

  
注意:该输出结果只显示 SysV 服务,并不包含原生 systemd 服务。SysV 配置数据可能被原生 systemd 配置覆盖。
  
      如果您想列出 systemd 服务,请执行 'systemctl list-unit-files'。
  
      欲查看对特定 target 启用的服务请执行
  
      'systemctl list-dependencies '。
  

  
mysqld          0:关    1:关    2:开    3:开    4:开    5:开    6:关
  
netconsole      0:关    1:关    2:关    3:关    4:关    5:关    6:关
  
network         0:关    1:关    2:开    3:开    4:开    5:开    6:关


页: [1]
查看完整版本: centos7安装 MySQL5.7.19-Linux