Tutorial on installing MySQL 5.7.18 using RPM package

Tutorial on installing MySQL 5.7.18 using RPM package

system:

CentOS 7

RPM packages:

mysql-community-client-5.7.18-1.el7.x86_64.rpm

mysql-community-server-5.7.18-1.el7.x86_64.rpm

mysql-community-common-5.7.18-1.el7.x86_64.rpm

mysql-community-libs-5.7.18-1.el7.x86_64.rpm

Installation order:

mysql-community-server depends on mysql-community-common and mysql-community-client

Notice:

Before installing MySQL, you need to clear the existing or previously installed MySQL related files and packages on the system.

An error similar to this occurs:

file /usr/share/mysql/estonian/errmsg.sys from install of MySQL-server-5.5.28-1.linux2.6.x86_64 conflicts with file from package MySQL-server-5.1.7-0.i386

To prove that an old version of MySQL existed on the system before, you can run:

   # rpm -e MySQL-server-5.1.7-0.i386 --nodeps

Then run:

# rpm -qa | grep mysql

After no results are displayed, you can install the MySQL version you downloaded

The above is the tutorial on how to install MySQL 5.7.18 with RPM package introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!

You may also be interested in:
  • Tutorial on installing MySQL 5.7.9 using RPM package under CentOS 7
  • Linux uses rpm to install the latest mysql (5.7.16) steps and common problem solutions
  • Complete steps to install the latest mysql5.7.17 using rpm in Linux system
  • Detailed steps for installing MySQL using cluster rpm

<<:  How to build a complete samba server in Linux (centos version)

>>:  js to achieve star flash effects

Recommend

How to install setup.py program in linux

First execute the command: [root@mini61 setuptool...

How to ensure transaction characteristics of MySQL InnoDB?

Preface If someone asks you "What are the ch...

How to implement web stress testing through Apache Bench

1. Introduction to Apache Bench ApacheBench is a ...

Super detailed MySQL usage specification sharing

Recently, there have been many database-related o...

How to install Apache service in Linux operating system

Download link: Operating Environment CentOS 7.6 i...

Sample code for implementing image drawer effect with CSS3

As usual, let’s first post the picture effect: Th...

Mysql online recovery of undo table space actual combat record

1 Mysql5.6 1.1 Related parameters MySQL 5.6 adds ...

In-depth understanding of React Native custom routing management

Table of contents 1. Custom routing 2. Tab naviga...

Specific use of MySQL binlog_ignore_db parameter

Preface: After studying the previous article, we ...

Incomplete solution for using input type=text value=str

I encountered a very strange problem today. Look a...

Quickly learn MySQL basics

Table of contents Understanding SQL Understanding...

mysql error number 1129 solution

SQLyog connects to mysql error number 1129: mysql...

Error mysql Table 'performance_schema...Solution

The test environment is set up with a mariadb 5.7...

Mount the disk in a directory under Ubuntu 18.04

Introduction This article records how to mount a ...

Vue implements a small countdown function

Countdown function needs to be implemented in man...