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 install Mysql5.7 as RPM package on OL 6

2025-04-08 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to install Mysql5.7 with RPM package on OL 6". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn "how to install Mysql5.7 in RPM package on OL 6".

System: OL 6 X64

DB:Mysql 5.7

Prepare the following installation media: mysql-5.7.25-1.el6.x86_64.rpm-bundle.tar, and part of the perl package, extract the tar package, and get the following:

[root@mysql1] # ll mysqltotal 465340-rwxr-xr-x. 1 root root 851 Mar 25 22:21 install-mysql.sh-rw-r--r--. 1 7155 31415 23853144 Dec 24 13:42 mysql-community-client-5.7.25-1.el6.x86mm 64.rpmWhrwuki Rafael. 1 7155 31415 340184 Dec 24 13:42 mysql-community-common-5.7.25-1.el6.x86mm 64.rpmWhrwuki Rafael. 1 7155 31415 3797584 Dec 24 13:42 mysql-community-devel-5.7.25-1.el6.x86mm 64.rpmWhrwuki Rafael. 1 7155 31415 39489784 Dec 24 13:42 mysql-community-embedded-5.7.25-1.el6.x86mm 64.rpmWhrwuki Rafael. 1 7155 31415 137670944 Dec 24 13:42 mysql-community-embedded-devel-5.7.25-1.el6.x86mm 64.rpmWhrwuki Rafael. 1 7155 31415 2203408 Dec 24 13:42 mysql-community-libs-5.7.25-1.el6.x86mm 64.rpmWhrwuki Rafael. 1 7155 31415 1723740 Dec 24 13:42 mysql-community-libs-compat-5.7.25-1.el6.x86mm 64.rpmWhrwuki Rafael. 1 7155 31415 160646088 Dec 24 13:42 mysql-community-server-5.7.25-1.el6.x86mm 64.rpmWhrwuki Rafael. 1 7155 31415 106159460 Dec 24 13:43 mysql-community-test-5.7.25-1.el6.x86mm 64.rpmWhrwuki Rafael. 1 root root 86764 Mar 25 22:10 perl-JSON-2.50-1.el6.rfx.noarch.rpmMurray 1 root root 303212 Mar 25 22:10 perl-Test-Harness-3.23-1.el6.rfx.noarch.rpmMurray 1 root root 121376 Mar 25 22:10 perl-Test-Simple-0.98-1.el6.rfx.noarch.rpmMurray 1 root root 73972 Mar 25 22:10 perl-Time-HiRes-1.9724-1.el6.rfx.x86_64.rpm

Run the following script to install:

#! / bin/bashyum-y remove mysql-libsrpm-ivh mysql-community-common-5.7.25-1.el6.x86_64.rpm rpm-ivh mysql-community-libs-5.7.25-1.el6.x86_64.rpm rpm-ivh mysql-community-client-5.7.25-1.el6.x86_64.rpm#yum-y install perl-Getopt-Longrpm-ivh mysql-community-server-5.7.25-1.el6.x86_64.rpm#yum-y Install perl-Data-Dumper#yum-y install perl-JSONrpm-ivh perl-Test-Harness-3.23-1.el6.rfx.noarch.rpmrpm-ivh perl-Test-Simple-0.98-1.el6.rfx.noarch.rpmrpm-ivh perl-Time-HiRes-1.9724-1.el6.rfx.x86_64.rpmrpm-ivh perl-JSON-2.50-1.el6.rfx.noarch.rpmrpm-ivh mysql-community-test-5.7.25-1.el6.x86_64 .rpm rpm-ivh mysql-community-devel-5.7.25-1.el6.x86_64.rpmrpm-ivh mysql-community-embedded-5.7.25-1.el6.x86_64.rpmrpm-ivh mysql-community-embedded-devel-5.7.25-1.el6.x86_64.rpmrpm-ivh mysql-community-libs-compat-5.7.25-1.el6.x86_64.rpm

When the installation is complete, you will automatically get / etc/my.cnf and mysql system users.

Run mysql:

Service mysqld start

After startup, a temporary password is generated to find out the temporary password:

[root@mysql1] # grep 'temporary password' / var/log/mysqld.log2019-03-25T14:39:17.363300Z 1 [Note] A temporary password is generated for root@localhost: Pdp7

Log in to mysql with this temporary password, and then change your password

[root@mysql1] # mysql-uroot-pEnter password:mysql > ALTER USER 'root'@'localhost' IDENTIFIED BY' mysql1';Query OK, 0 rows affected (0.01sec) so far, I believe you have a deeper understanding of "how to install Mysql5.7 in RPM package on OL 6". You might as well do it in practice! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

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

Database

Wechat

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

12
Report