当前位置: 代码迷 >> MySQL >> ubuntu上mysql常用操作
  详细解决方案

ubuntu上mysql常用操作

热度:10385   发布时间:2013-02-26 00:00:00.0
ubuntu下mysql常用操作

1. 查看mysql状态:service mysql status (查看所有服务的状态: service --status-all)

2. 启动mysq:?service mysql start

3. 关闭mysql:?service mysql stop

  相关解决方案