时间:2021-07-01 10:21:17 帮助过:2人阅读
##配置
下载
sudo apt-get install mysql-server
sudo apt-get install mysql-client
启动
sudo /etc/init.d/mysql start
sudo service mysql start
登录
mysql -uroot -p
mysql -hlocalhost -uroot -p 远程登录
退出
ctrl+d
exit
mysql-配置
标签:start get 启动 root tar 配置 sql etc install