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

Docker container time zone adjustment operation

How to check if the Docker container time zone is...

Docker core and specific use of installation

1. What is Docker? (1) Docker is an open source t...

A brief introduction to MySQL database optimization techniques

A mature database architecture is not designed wi...

HTML hyperlinks explained in detail

Hyperlink Hyperlinks are the most frequently used ...

Using CSS3 to implement font color gradient

When using Animation.css, I found that the font o...

Detailed tutorial on using VMware WorkStation with Docker for Windows

Table of contents 1. Introduction 2. Install Dock...

Example of how to exit the loop in Array.forEach in js

Table of contents forEach() Method How to jump ou...

How to insert weather forecast into your website

We hope to insert the weather forecast into the w...

Implementing a distributed lock using MySQL

introduce In a distributed system, distributed lo...

Teach you to connect to MySQL database using eclipse

Preface Since errors always occur, record the pro...

Vue3.0 adaptive operation of computers with different resolutions

First we need to install some dependencies npm i ...

base target="" specifies the target of the base link to open the frame

<base target=_blank> changes the target fram...

zabbix custom monitoring nginx status implementation process

Table of contents Zabbix custom monitoring nginx ...

Install MySQL 5.7 on Ubuntu 18.04

This article is compiled with reference to the My...