MySQL 基础
基本概念
服务指令
启动/终止服务
window
net start mysql # 启动本机 MySQL 运行
net stop mysql # 终止本机 MySQL 运行
linux
systemctl start mysqld # 启动本机 MySQL 运行
systemctl restart mysqld # 重启本机 MySQL 运行
systemctl stop mysqld # 终止本机 MySQL 运行

浙公网安备 33010602011771号