centos7?????????mysql5.7.24

Posted

tags:

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

?????????rpm   ??????   oar   ??????   har   epo   arch   shel   ??????   

??????????????????rpm???

sudo wget http://repo.mysql.com/yum/mysql-5.7-community/el/7/x86_64/mysql57-community-release-el7-10.noarch.rpm
sudo rpm -ivh mysql57-community-release-el7-10.noarch.rpm

????????????yum ??????mysql-community-server

sudo yum -y install mysql-community-server

?????????????????????

??????????????????mysql

sudo systemctl start mysqld

??????????????????????????????

sudo systemctl enable mysqld

??????????????????????????????

???/var/log/mysqld.log???????????????????????????

cat /var/log/mysqld.log

??????????????????

????????????????????????%wwkmFXYt2NA

??????????????????mysql

sudo mysql -uroot -p

?????????????????????%wwkmFXYt2NA

????????????????????????

ALTER USER 'root'@'localhost' IDENTIFIED BY '[email protected]';

??????????????????????????????????????????8??????????????????????????????????????????????????????

?????????????????????????????????????????????????????????????????????https://blog.csdn.net/u014236541/article/details/78244601

????????????????????????????????????

1.??????????????????

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '[email protected]' WITH GRANT OPTION;

2.??????mysql???????????????

exit

3.??????3306??????

???????????????

sudo systemctl start firewalld.service

????????????3306??????

sudo firewall-cmd --add-port=3306/tcp --permanent

????????????

sudo firewall-cmd --reload

???????????????

sudo systemctl stop firewalld.service

?????????????????????????????????utf8

???????????????mysql??????

show variables like '%chara%';

??????????????????

??????/etc/my.cnf??????,??????????????????

sudo vim /etc/my.cnf
character_set_server=utf8
init_connect='SET NAMES utf8'

??????????????????

??????????????????mysql

sudo systemctl restart mysqld

??????????????????mysql??????

??????????????????

??????????????????

??????navicat??????mysql

??????????????????

????????????

Centos7.3???????????????Mysql5.7

以上是关于centos7?????????mysql5.7.24的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7安装MYSQL5.7

CentOS7安装MySQL5.7操作说明

CentOS7 安装 MySQL5.7

centos7安装mysql5.7

centos7安装mysql5.7

Centos7 安装 MySQL5.7