/
How to start/stop MySQL service
Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

How to start/stop MySQL service

The service is configured automatically by MySQL installer itself in initial installation step.

Windows

Start: Go to Task manager => Services tab => Click on the MySQL 5.7 service => Click on Start link. (In left panel)


Stop: Go to Task manager => Services tab => Click on the MySQL 5.7 service => Click on Stop link. (In left panel)

Linux

REDHat/CentOS: sudo systemctl start mysqld
Ubuntu: sudo systemctl start mysql

 

Related content

How to start/stop Apache service.
How to start/stop Apache service.
More like this
MySQL prerequisites
MySQL prerequisites
More like this
Disk space issue
Disk space issue
More like this
How to implement DB encryption for MySQL?
How to implement DB encryption for MySQL?
More like this
How to start/stop OpenSpecimen?
How to start/stop OpenSpecimen?
More like this
Import/Export MySQL
Import/Export MySQL
More like this
Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com