- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 55字
- 2021-08-20 10:06:08
MySQL service commands
Let's look at a few MySQL basic commands:
- To start the MySQL service, perform the following command:
service mysqld start
- To stop the MySQL service, perform the following command:
service mysqld stop
- To check the status of MySQL service whether it is running or not, perform the following command:
service mysqld status
推薦閱讀
- 程序員修煉之道:程序設(shè)計入門30講
- 企業(yè)級Java EE架構(gòu)設(shè)計精深實(shí)踐
- Kubernetes實(shí)戰(zhàn)
- PyTorch自動駕駛視覺感知算法實(shí)戰(zhàn)
- 前端跨界開發(fā)指南:JavaScript工具庫原理解析與實(shí)戰(zhàn)
- Cassandra Design Patterns(Second Edition)
- Mastering Swift 2
- 響應(yīng)式架構(gòu):消息模式Actor實(shí)現(xiàn)與Scala、Akka應(yīng)用集成
- C#程序設(shè)計教程(第3版)
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開發(fā)入門與實(shí)戰(zhàn)
- Azure Serverless Computing Cookbook
- OpenCV 3 Blueprints
- Python語言科研繪圖與學(xué)術(shù)圖表繪制從入門到精通
- 從零開始學(xué)Android開發(fā)
- Scrapy網(wǎng)絡(luò)爬蟲實(shí)戰(zhàn)