在Ubuntu中安装和卸载mysql
在Ubuntu中安装mysql
bash
$ sudo apt update
$ sudo apt install mysql-server
$ sudo mysql --version // 这里是8+的版本
$ sudo systemctl start mysql.service
$ sudo systemctl status mysql.service // 检查mysql运行状态
$ sudo mysql_secure_installation // 配置 MySQL 安全性