-- type this in your terminal
sudo service mysql start
-- OR
sudo /etc/init.d/mysql start
mysql-ctl cli
sudo /usr/local/mysql/support-files/mysql.server start
#option 1: Using the Command Line
$ cd C:Program FilesMySQLMySQL Server 8.0in
$mysqld
#Option 2: Using the Services App (Windows)
1. press Windows Key + R
2. Type ‘services.msc‘ and hit Enter
3. Scroll down to MySQL80 and click it
4. click the Start on the left panel
net start MySQL80