mysql-配置
Posted chenlulu1122
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql-配置相关的知识,希望对你有一定的参考价值。
##配置
下载
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-配置的主要内容,如果未能解决你的问题,请参考以下文章