标签:start get 启动 root tar 配置 sql etc install
##配置
下载
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
标签:start get 启动 root tar 配置 sql etc install
原文地址:https://www.cnblogs.com/chenlulu1122/p/11888658.html