当前位置:网站首页>[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
边栏推荐
- List of financial products in 2022
- Internet hospital his management platform source code, online consultation, appointment registration smart hospital applet source code
- [combinatorics] recursive equation (case where the non-homogeneous part is exponential | example where the non-homogeneous part is exponential)
- Assembly for unloading Loadfrom() loaded assembly - unloading the assembly loaded with assembly LoadFrom()
- Getting started with deops
- MySQL has been stopped in the configuration interface during installation
- PHP MySQL Update
- Cloud primordial weekly | CNCF released the 2021 cloud primordial development status report, which was released on istio 1.13
- Introduction to SolidWorks gear design software tool geartrax
- Loop through JSON object list
猜你喜欢

PHP MySQL preprocessing statement

vs2013已阻止安装程序,需安装IE10

PHP MySQL create database

Tensorboard quick start (pytoch uses tensorboard)

How to install PHP on Ubuntu 20.04

How to deploy applications on kubernetes cluster

鸿蒙第三次培训

Records of long objects and long judgments in the stream of list

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

Wechat applet for the first time
随机推荐
国内如何购买Google Colab会员
【统信UOS】扫描仪设备管理驱动安装
Internet Hospital his Management Platform source, online Inquiry, appointment Registration Smart Hospital Small program source
Website with JS doesn't work in IE9 until the Developer Tools is activated
Redis core technology and practice - learning notes (VII) sentinel mechanism
Leetcode 108 converts an ordered array into a binary search tree -- recursive method
Deops入门
i++与++i的区别:通俗易懂的讲述他们的区别
互联网医院HIS管理平台源码,在线问诊,预约挂号 智慧医院小程序源码
1164 Good in C
The difference between i++ and ++i: tell their differences easily
AcWing 4489. Longest subsequence
Kotlin的协程:上下文
MySQL has been stopped in the configuration interface during installation
OpenSSL的SSL/BIO_get_fd
Micro service component sentinel console call
c# . Net tool ecosystem
Type conversion, variable
How to deploy applications on kubernetes cluster
微服务组件Sentinel控制台调用