sudo /etc/init.d/mysql start
or
systemctl start mysql.service
/usr/bin/mysql -u root -p
#Enter your password
/usr/local/mysql/bin/mysql -u root -p
service mysql start
service mysql stop
service mysql restart
mysql -u root -p #And insert password ;)