linux Mysql 安装

Posted warrenlee

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux Mysql 安装相关的知识,希望对你有一定的参考价值。

一、wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
二、sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm
三、yum install -y mysql-server mysql mysql-devel
四、systemctl start mysqld.service
五、systemctl status mysqld.service
六、mysql> SET PASSWORD FOR ‘root‘@‘localhost‘=PASSWORD(‘root123‘);
七、 create database demo;
八、 show databases;
九、update user set host =‘%‘ where user =‘root‘;
十、 flush privileges;










以上是关于linux Mysql 安装的主要内容,如果未能解决你的问题,请参考以下文章

MySql数据安装Linux+Windows

Linux安装MySQL(源码安装)

Linux安装MySQL

Linux下MySQL安装配置

linux下的mysql客户端怎么安装

linux怎么知道程序安装在哪个文件夹