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

About Vue's 4 auxiliary functions of Vuex

Table of contents 1. Auxiliary functions 2. Examp...

Javascript File and Blob Detailed Explanation

Table of contents File() grammar parameter Exampl...

Detailed explanation of type protection in TypeScript

Table of contents Overview Type Assertions in syn...

Summary of three rules for React state management

Table of contents Preface No.1 A focus No.2 Extra...

14 techniques for high-performance websites

Original : http://developer.yahoo.com/performance...

Example of implementing dynamic verification code on a page using JavaScript

introduction: Nowadays, many dynamic verification...

mysql5.7 remote access settings

Setting up remote access in mysql5.7 is not like ...

HTML simple shopping quantity applet

This article shares a simple HTML shopping quanti...

Detailed explanation of Alibaba Cloud security rule configuration

Two days ago, I took advantage of the Double 11 s...

Mobile terminal adaptation makes px automatically converted to rem

Install postcss-pxtorem first: npm install postcs...

A detailed introduction to for/of, for/in in JavaScript

Table of contents In JavaScript , there are sever...

MySQL 8.0 Window Function Introduction and Summary

Preface Before MySQL 8.0, it was quite painful to...

Learn about JavaScript closure functions in one article

Table of contents Variable Scope The concept of c...