在Linux上启动MySQL,可以按照以下步骤操作:
sudo su
service mysql start
systemctl start mysql
service mysql status
systemctl status mysql
现在,MySQL已经成功启动,并可以开始使用。