Step 5. Start the MySQL Instance

MySQL and MariaDB

Audience
Public
Source Type
Documentation

Microsoft Windows - Run the following command in a PowerShell terminal (for those running MySQL 8 the service name is mysql80 , for mysql 5.7 it is mysql57):


net start MySQL80

Linux - Run the following command in a terminal:


systemctl start mysqld