MySQL 基础

基本概念

服务指令

启动/终止服务

window

net start mysql           # 启动本机 MySQL 运行
net stop mysql            # 终止本机 MySQL 运行

linux

systemctl start mysqld         # 启动本机 MySQL 运行
systemctl restart mysqld       # 重启本机 MySQL 运行
systemctl stop mysqld          # 终止本机 MySQL 运行
posted @ 2022-11-16 17:32  晚点心动。  阅读(14)  评论(0)    收藏  举报