当前位置:网站首页>[linux]centos 7 reports an error when installing MySQL "no package MySQL server available" no package ZABBIX server MySQL available
[linux]centos 7 reports an error when installing MySQL "no package MySQL server available" no package ZABBIX server MySQL available
2022-07-03 17:53:00 【Leon-zy】
scene :
stay CENTOS 7.5、7.7、7.9 Separate installation in environment MSYQL database , Or installation zabbix You need to install zabbix-server-mysql when , Report errors .
The content is :“No package mysql-server available“ “No package zabbix-server-mysql available“
reason :
CentOS7 with MariaDB instead of MySQL,MariaDB and MySQL It's also Kaiyuan's database .
Solution :
have access to yum -y install mariadb-server mariadb Command to install , If this command still fails, use the following method :
You must first add mysql Community repo By entering the command ( Version customization , The intranet server can download by itself rpm The package is copied into the server for use rpm -ivh …rpm Install first ):
sudo rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm
Finally use something like installation MySQL The usual way to install mysql:
yum install mysql mysql-server mysql-libs mysql-server
边栏推荐
- Keepalived 设置不抢占资源
- Market demand survey and marketing strategy analysis report of global and Chinese pet milk substitutes 2022-2028
- OpenSSL的SSL/BIO_get_fd
- PHP MySQL create database
- Y is always discrete and can't understand, how to solve it? Answer: read it several times
- STM32实现74HC595控制
- Leetcode Valentine's Day Special - looking for a single dog
- link preload prefetch
- [combinatorics] recursive equation (special solution example 1 Hannover tower complete solution process | special solution example 2 special solution processing when the characteristic root is 1)
- Global and Chinese pediatric palliative care drug market development research and investment planning recommendations report 2022-2028
猜你喜欢

Talk about the design and implementation logic of payment process

基于人脸识别的课堂考勤系统 tkinter+openpyxl+face_recognition

Type conversion, variable

1147_ Makefile learning_ Target files and dependent files in makefile

Getting started with deops
![How to read the source code [debug and observe the source code]](/img/40/a2fca67bcde3c468a739c6990325f4.jpg)
How to read the source code [debug and observe the source code]

How to deploy applications on kubernetes cluster

互联网医院HIS管理平台源码,在线问诊,预约挂号 智慧医院小程序源码

PHP MySQL inserts data

How to purchase Google colab members in China
随机推荐
i++与++i的区别:通俗易懂的讲述他们的区别
First day of rhcsa study
How to purchase Google colab members in China
Keepalived setting does not preempt resources
Y is always discrete and can't understand, how to solve it? Answer: read it several times
Life perception 1
解决Zabbix用snmp监控网络流量不准的问题
AcWing 3438. Number system conversion
Deops入门
Analysis report on production and marketing demand and investment forecast of China's PVC industry from 2021 to 2026
Leetcode 669 pruning binary search tree -- recursive method and iterative method
Global and Chinese health care OEM and ODM market status survey and investment planning recommendations report 2022-2028
Research on Swift
[mathematical logic] equivalent calculus and reasoning calculus of predicate logic (individual word | predicate | quantifier | predicate logic formula | two basic formulas | proposition symbolization
Type conversion, variable
Enterprise custom form engine solution (XI) -- form rule engine 1
Global and Chinese pediatric palliative care drug market development research and investment planning recommendations report 2022-2028
Cloud primordial weekly | CNCF released the 2021 cloud primordial development status report, which was released on istio 1.13
Research Report on market demand and investment planning for the development of China's office chair industry, 2022-2028
Leetcode 108 converts an ordered array into a binary search tree -- recursive method