linux 安装mysql相关
Posted 蒙蒙大川
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 安装mysql相关相关的知识,希望对你有一定的参考价值。
新装的centos 6.9虚拟机
修改yum 服务器源
cd /etc/yum.repos.d/
rename repo repo.bak_$(date +%F) *
阿里的yum库 https://opsx.alibaba.com/mirror 打开点帮助
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo
yum install -y tree lrzsz ntpdate wget vim
chkconfig --list | grep "3:on"
rpm -Uvh http://repo.mysql.com/yum/mysql-5.6-community/el/6/x86_64/mysql-community-release-el6-5.noarch.rpm
mysql_install_db
mysql_secure_installation
vim /etc/my.cnf
> /var/log/mysqld.log
tail -f /var/log/mysqld.log
cd /var/lib/
chown -R mysql:mysql mysql
以上是关于linux 安装mysql相关的主要内容,如果未能解决你的问题,请参考以下文章
MariaDB安装卸载以及相关设置(Linux服务器Mysql部署)