2020年3月19日
摘要: //创建MySQL账户groupadd mysqluseradd -g mysql mysql //解压cmaketar -zvxf cmake文件 -C 指定位置./bootstrapmakemake install //安装插件yum install -y gcc-c++yum install 阅读全文
posted @ 2020-03-19 15:35 布鞋99999 阅读(113) 评论(0) 推荐(0)
摘要: #!/bin/bash. /etc/profile. ~/.bash_profile# Shell script to backup MySql database # To backup Nysql databases file to /backup dir and later pick up by 阅读全文
posted @ 2020-03-19 15:33 布鞋99999 阅读(134) 评论(0) 推荐(0)