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:
|
<<: How to build a complete samba server in Linux (centos version)
>>: js to achieve star flash effects
First execute the command: [root@mini61 setuptool...
Preface If someone asks you "What are the ch...
1. Introduction to Apache Bench ApacheBench is a ...
Recently, there have been many database-related o...
Download link: Operating Environment CentOS 7.6 i...
As usual, let’s first post the picture effect: Th...
1 Mysql5.6 1.1 Related parameters MySQL 5.6 adds ...
Table of contents 1. Custom routing 2. Tab naviga...
Preface: After studying the previous article, we ...
I encountered a very strange problem today. Look a...
Table of contents Understanding SQL Understanding...
SQLyog connects to mysql error number 1129: mysql...
The test environment is set up with a mariadb 5.7...
Introduction This article records how to mount a ...
Countdown function needs to be implemented in man...