1 手动

如何开启以及关闭mysql服务

如何开启以及关闭mysql服务

如何开启以及关闭mysql服务

点击m

如何开启以及关闭mysql服务

2.自动

cmd->services.msc 打开服务的窗口

然后也是上面的步骤

3.自动化

使用管理员打开cmd

net start mysql : 启动mysql的服务

net stop mysql:关闭mysql服务

如何开启以及关闭mysql服务

如何开启以及关闭mysql服务

4.MySQL登录

  1. mysql -uroot -p密码
  2. mysql -hip -uroot -p连接目标的密码
  3. mysql --host=ip --user=root --password=连接目标的密码

5.退出

exit
quit

相关文章:

  • 2021-12-28
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2021-09-23
  • 2021-12-18
  • 2021-12-18
猜你喜欢
  • 2021-08-06
  • 2021-10-26
  • 2021-11-26
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
相关资源
相似解决方案