centos7 install 安装mysql
Posted 嗡嘛呢巴美吽舍
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 install 安装mysql相关的知识,希望对你有一定的参考价值。
CentOS 7的yum源中貌似没有正常安装mysql时的mysql-sever文件,需要去官网上下载
# wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm # rpm -ivh mysql-community-release-el7-5.noarch.rpm # yum install mysql-community-server
成功安装之后重启mysql服务
# service mysqld restart
设置密码的方法初次安装mysql是root账户是没有密码的
# mysql -uroot mysql> set password for ‘root’@‘localhost’ = password(‘mypasswd‘); mysql> exit
转自: http://www.centoscn.com/mysql/2014/0930/3881.html
以上是关于centos7 install 安装mysql的主要内容,如果未能解决你的问题,请参考以下文章
centos7 安装install_mysql5.7网络教程安装_无报错.sh
centos7解决yum install mysql-server没有可用包?
CentOS7.3 yum install MySQL5.7