随笔分类 -  tidb

摘要:一 服务器初始化 #!/bin/bash if [[ "$(whoami)" != "root" ]]; then echo "please run this script as root ." >&2 exit 1 fi #yum update yum_update(){ yum update - 阅读全文
posted @ 2021-02-26 10:56 Ray_chen 阅读(751) 评论(0) 推荐(0)