使用yum安装mysql
yum安装mysql,在学习测试sql语句时方便省事,记录下来吧安装就几条命令:wget http://repo.mysql.com/mysql57-community-release-el7-8.noarch.rpmrpm -ivh mysql57-community-release-el7-8.noarch.rpmyum install mysql-server mysql -y登录:g...
mysql 备份脚本
#!/bin/env bash
#================================================================
#
# systemos=centos6.9
# #this is mysql backups scripts
# Author:xw thank you!!!
# Date:2018.8.6
# ...
使用shell脚本监控centos 7.2
#!/usr/bin/env bash
#================================================================
#
# systemos=centos7.2
# #this is supervisory control system script
# Author:xw thank you!!!
# Da...
重置juniper 设备密码
重启设备按空格键loader>boot -srecoveryuser@host# set system root-authentication plain-text-passwordEnter y to reboot the device.Reboot the system? [y/n] yloader>boot -sEnter full pathname of shell or...
mysql 启动脚本
#!/bin/env bash
#================================================================
#
# systemos=centos6.9
# #this is mysql start script
# Author:xw thank you!!!
# Date:2018.7.7
# Des...