commit by magit in emacs@2016-12-30 16:39:00

This commit is contained in:
guobao.jiang 2016-12-30 16:39:01 +08:00
parent 325a0ceac6
commit f1246017c7
1 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# reset password
# ubuntu mysql password reset
# https://help.ubuntu.com/community/MysqlPasswordReset
@ -16,4 +16,16 @@ sudo rm -rf /etc/mysql /var/lib/mysql
sudo apt-get autoremove
sudo apt-get autoclean
#
# ubuntu install mysql
sudo apt-get install mysql-server mysql-client
# 学用mysql命令
# 查看数据引擎
show engines;
# 注意: /etc/mysql/mysql.conf.d/mysqld.cnf
# bind-address = 127.0.0.1
# centos安装mysql client
yum install mysql