参考: http://www.cyberciti.biz/faq/howto-install-mysql-on-ubuntu-linux-16-04/
sudo apt install mysql-server mysql-client
如果提供安全行,可以运行 $sudo mysql_secure_installation
The mysql_secure_installation command will change the root password, disable and remove anonymous users from MySQL server, turn off the MySQL root user login remotely, delete test database, and reload privilege tables on the system. If you’ve completed all of the steps and answer yes to these questions. Your MySQL installation should now be secure.