MariaDB 数据库 启动和关闭

Go语言操作MySQL数据库

go get -u -v github.com/go-sql-driver/mysql

systemctl status mariadb.service 服务状态

启动状体  右上的点 是绿 色


systemctl start mariadb.service  开启服务


systemctl stop mariadb.service 关闭服务
systemctl restart mariadb.service 重启服务

猜你喜欢

转载自www.cnblogs.com/a208606/p/10833703.html
今日推荐