摘要: #!/bin/sh # File: /路径/mysql/backup_mydb.sh # Database info DB_NAME="szby" DB_USER="root" DB_PASS="shequtuangou" BCK_DIR="/home/backup" DATE=`date +%F` 阅读全文
posted @ 2018-10-11 18:29 龙卷风之殇 阅读(270) 评论(0) 推荐(0)
摘要: 由于甲骨文公司收购了mysql,mysql有商业化的趋势,所以想尝试安装下mariadb 。 systemctl start mariadb #启动MariaDB systemctl stop mariadb #停止MariaDB systemctl restart mariadb #重启Maria 阅读全文
posted @ 2018-10-11 17:47 龙卷风之殇 阅读(2670) 评论(0) 推荐(0)
摘要: 一、系统环境 yum update升级以后的系统版本为 [root@yl-web yl]# cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core) 二、mysql安装 一般网上给出的资料都是 #yum install mysql #y 阅读全文
posted @ 2018-10-11 15:38 龙卷风之殇 阅读(471) 评论(0) 推荐(0)