码迷,mamicode.com
首页 > 数据库 > 详细

数据库

时间:2018-09-18 11:19:55      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:find   window   klist   net   kill   --   查看   top   init   

安装:

初始化语句  mysql --initialize -insecure

关闭服务端语句  tasklist |findstr mysql    -->查看mysql开的进程PID号

         taskkill /F /PID 进程号    -->杀死进程号对应的mysql进程

安装window服务:

    mysql --install       -->安装mysql

    mysql --remove    -->移除mysql

    net start mysql     -->启动mysql服务端

    net stop mysql     -->关闭mysql服务端

 

数据库

标签:find   window   klist   net   kill   --   查看   top   init   

原文地址:https://www.cnblogs.com/gxj742/p/9666995.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!