摘要:
修改密码 test为用户名 alter user 'test'@'%' identified with mysql_native_password by '密码'; 给某个用户某个数据库权限所有权限 testdb数据库名,test用户 CREATE DATABASE testdb default c 阅读全文
摘要:
场景需要 1.备份文件并放在备份目录下 备份文件夹:/gd/backup/2021/5 if [-d ] then ...... fi if [-e ] then ...... fi if [-f ] then ...... fi -e 判断对象是否存在 -d 判断对象是否存在,并且为目录 -r 判 阅读全文
摘要:
查看防火墙状态 service iptables status 出现的问题 Redirecting to /bin/systemctl status iptables.service Unit iptables.service could not be found. 解决办法 yum install 阅读全文