Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to quickly install mysql5.7 in centos7

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains centos7 how to quickly install mysql5.7, the content is clear, interested friends can learn, I believe it will be helpful after reading.

one。

Wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm

two。

Yum-y localinstall mysql57-community-release-el7-11.noarch.rpm

three。

Yum-y install mysql-community-server

four。

Systemctl start mysqld

Ps-ef | grep mysql

5. Default password for MySQL

Cat / var/log/mysqld.log

Landing

Mysql-uroot-pykO:DNGXx5ee

seven。 Change the default password

ALTER USER 'root'@'localhost' IDENTIFIED BY' Qwe340721@'

Set to allow remote login

GRANT ALL PRIVILEGES ON *. * TO 'root'@'%' IDENTIFIED BY' Qwe340721@' WITH GRANT OPTION

Quit

Exit

eight。 Firewall opens port 3306

Firewall-cmd-zone=public-add-port=3306/tcp-permanent

Firewall-cmd-reload

nine。 Configure mysql default encoding to utf-8

Vim / etc/my.cnf

Character_set_server=utf8

Init_connect='SET NAMES utf8'

ten。 Restart the service

Systemctl restart mysqld

After reading the above content, do you have a further understanding of how centos7 can quickly install mysql5.7? if you want to learn more, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report