摘要: #!/bin/bash ############################# # time:20191210 # fage ############################# BACK_DIR=/application/mysqlbakdb DB_LST=/tmp/db.lst DAT 阅读全文
posted @ 2020-10-07 23:49 缺个好听的昵称 阅读(102) 评论(0) 推荐(0)
摘要: 系统基础优化 #更改主机名 hostname msyql echo "msyql" >/etc/hostname #修改字符集 echo "LANG="zh_CN.UTF-8"" >/etc/locale.conf source /etc/locale.conf #关闭防火墙 systemctl s 阅读全文
posted @ 2020-10-07 23:40 缺个好听的昵称 阅读(159) 评论(0) 推荐(0)