ubuntu 安装 mysql
sudo apt install -y mysql-server
sudo apt install -y mysql-client
sudo apt install -y libmysqlclient-dev
sudo netstat -tap | grep mysql
update mysql.user set authentication_string=password('root') where user='root';
update mysql.user set authentication_string=password('root') where user='root';