当前位置:网站首页>[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
边栏推荐
- (9) Opencv Canny edge detection
- Notes on problems -- watching videos on edge will make the screen green
- MySQL has been stopped in the configuration interface during installation
- Research on Swift
- Wechat applet for the first time
- Redis core technology and practice - learning notes (VI) how to achieve data consistency between master and slave Libraries
- PHP MySQL preprocessing statement
- 【统信UOS】扫描仪设备管理驱动安装
- Supervisor monitors gearman tasks
- Design limitations of structure type (struct)
猜你喜欢
STM32 realizes 74HC595 control
Tensorboard quick start (pytoch uses tensorboard)
Redis core technology and practice - learning notes (VII) sentinel mechanism
AcWing 271. 杨老师的照相排列【多维DP】
Draw some simple graphics with MFC
[combinatorics] recursive equation (summary of the solution process of recursive equation | homogeneous | double root | non-homogeneous | characteristic root is 1 | exponential form | the bottom is th
Market demand survey and marketing strategy analysis report of global and Chinese pet milk substitutes 2022-2028
win32:堆破坏的dump文件分析
PHP MySQL inserts data
鸿蒙第三次培训
随机推荐
PHP MySQL Update
AcWing 3438. 数制转换
Redis core technology and practice - learning notes (VI) how to achieve data consistency between master and slave Libraries
Hongmeng third training
ArrayList分析3 : 删除元素
QT learning diary 9 - dialog box
WEB-UI自动化测试-最全元素定位方法
ES6类的继承
Fedora 21 installs lamp host server
OpenSSL的SSL/BIO_get_fd
聊聊支付流程的设计与实现逻辑
[combinatorics] recursive equation (summary of the solution process of recursive equation | homogeneous | double root | non-homogeneous | characteristic root is 1 | exponential form | the bottom is th
Leetcode540: a single element in an ordered array
IntelliJ 2021.3 short command line when running applications
1147_ Makefile learning_ Target files and dependent files in makefile
Market demand survey and marketing strategy analysis report of global and Chinese pet milk substitutes 2022-2028
The third day of writing C language by Yabo people
The gbase 8A database does not support the DB2 function value (column_name, 0) cluster syntax
win32:堆破坏的dump文件分析
微服务组件Sentinel控制台调用