摘要: 追加CentOS 6.5的epel及remi源。 # rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm# rpm -Uvh http://rpms.famillecolle 阅读全文
posted @ 2017-10-12 16:15 bc0615 阅读(780) 评论(0) 推荐(0) 编辑
摘要: yum安装: yum -y install mariadb-server mariadb-devel 启动和自启: systemctl start mariadb 启动systemctl enable mariadb 自启 修改root密码: mysqladmin -u root password 阅读全文
posted @ 2017-10-12 16:13 bc0615 阅读(210) 评论(0) 推荐(0) 编辑