Op Windows
Als u Windows gebruikt Open de opdrachtprompt en typ
MySQL-service stoppen:
net stop MySQL80
MySQL-service starten:
net start MySQL80
Op Linux
# /etc/init.d/mysqld start
# /etc/init.d/mysqld stop
# /etc/init.d/mysqld restart
Fedora / Red Hat ondersteunen dit ook:
# service mysqld start
# service mysqld stop
# service mysqld restart
Ook op Systemd gebaseerde distributies (zoals Ubuntu of Arch Linux) ondersteunen dit:
# systemctl start mysql
# systemctl stop mysql
# systemctl restart mysql
Ik weet dat dit antwoord laat is, maar ik hoop dat het iemand helpt.