MySQL command execution record

First, install / remove MySQL services

-- 安装
mysqld -install
-- 移除
mysqld -remove

Second, start / stop MySQL services

-- 启动
net start mysql
-- 停止
net stop mysql

Guess you like

Origin www.cnblogs.com/zhiyin1209/p/12500017.html