软件安装指南

This commit is contained in:
罗祥
2019-12-17 16:57:54 +08:00
parent a3593e1fc1
commit f68214ad1f
6 changed files with 95 additions and 113 deletions

View File

@ -5,7 +5,6 @@
这里我采用的是二进制安装包的方式进行安装安装包的下载地址为https://dev.mysql.com/downloads/mysql/ ,按需选择对应的版本后进行下载:
<div align="center"> <img src="../../pictures/mysql-version.png"/> </div>
下载后进行解压,并对解压后的文件夹进行重命名,以便在后面的配置中进行引用:
```shell
@ -125,4 +124,4 @@ grant all privileges on *.* to heibaiying@'%' with grant option;
flush privileges;
```
配置完成后就可以在其他任意主机上使用该用户来连接 MySQL 服务。至此MySQL 的单机环境已经搭建完成。
配置完成后就可以在其他主机上使用该用户来连接 MySQL 服务。至此MySQL 的单机环境已经搭建完成。