Démarrer MySQL Server par terminal dans Linux
sudo /etc/init.d/mysql start
or
systemctl start mysql.service
atem
sudo /etc/init.d/mysql start
or
systemctl start mysql.service