mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-26 09:30:27 +00:00
Update README.md
This commit is contained in:
parent
485f3292e0
commit
9c9514e033
1 changed files with 9 additions and 0 deletions
|
@ -17,3 +17,12 @@ install.sh 支持两个参数:
|
||||||
|
|
||||||
* -r 代表项目名称,例如:magento, lamp, lnmp, wordpress, joomla, gitlab 等
|
* -r 代表项目名称,例如:magento, lamp, lnmp, wordpress, joomla, gitlab 等
|
||||||
* -i 代表是否初始化,支持 0(默认值)和1 两种参数
|
* -i 代表是否初始化,支持 0(默认值)和1 两种参数
|
||||||
|
|
||||||
|
## reset_mysql_password.sh
|
||||||
|
|
||||||
|
1. 该脚本目前只适用于CentOS7以上的系统和MySQL5.6版本;
|
||||||
|
2. 该脚本基于 https://github.com/EwigeveMicca/Mysql_ResetPasswd_Script 进行修改;
|
||||||
|
3. 使用方法:远程连接到服务器,运行一下命令,按提示输入新密码即可。
|
||||||
|
```
|
||||||
|
sudo git clone https://github.com/Websoft9/linuxscript.git; cd linuxscript/Mysql_ResetPasswd_Script;sudo sh reset_mysql_password.sh
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue