- 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
推薦閱讀
- JavaScript全程指南
- Debian 7:System Administration Best Practices
- Android Development with Kotlin
- Scala Design Patterns
- Web Development with Django Cookbook
- 數(shù)據(jù)結(jié)構(gòu)簡(jiǎn)明教程(第2版)微課版
- R語(yǔ)言編程指南
- SQL Server從入門到精通(第3版)
- Mastering Unity 2D Game Development(Second Edition)
- Getting Started with Python
- OpenCV 3.0 Computer Vision with Java
- Mastering SciPy
- 3D Printing Designs:The Sun Puzzle
- Java Web開發(fā)基礎(chǔ)與案例教程
- 分布式數(shù)據(jù)庫(kù)HBase案例教程