当前位置:网站首页>Installing MySQL under Linux
Installing MySQL under Linux
2022-06-28 08:11:00 【Record】
Linux Lower installation mysql
1.1 Upload installation package
Upload installation package mysql-5.7.23-1.el7.x86_64.rpm-bundle.tar To /home/software Under the table of contents ;1.2 Unload the system MySQL and mariadb
First use rpm –qa|grep Command to query the installed software of the current system , And then through rpm –e –nodeps Installation package name Command to uninstall all built-in mysql and mariadb
[[email protected] ~]# rpm -qa|grep -i mysql
[[email protected] ~]# rpm -qa|grep -i mariadb
mariadb-libs-5.5.56-2.el7.x86_64
[[email protected] ~]# rpm -e mariadb-libs-5.5.56-2.el7.x86_64 --nodeps
- 1.3 Unzip the installation package
Use tar Command decompression mysql Installation package , The order is as follows :
边栏推荐
- Study notes 22/1/18
- HJ delete the character with the least number of occurrences in the string
- Helloword routine for ROS
- Is it reliable to open an account by digging money? Is it safe?
- 你了解TCP协议吗(二)?
- HJ base conversion
- Configuring MySQL multi instance master-slave synchronization for Linux
- 券商注册开户靠谱吗?安全吗?
- ROS 笔记(09)— 参数的查询和设置
- 抗洪救灾,共克时艰,城联优品捐赠10万元爱心物资驰援英德
猜你喜欢
Airflow2.x distributed deployment DAG execution failure log cannot be obtained normally
2022第六季完美童模 佛山赛区 初赛圆满落幕
Online WPS tool
Today's notes 22/1/7
asp. Net to search products and realize paging function
MySQL installation and environment variable configuration
Airflow2.1.1 ultra detailed installation document
探讨gis三维系统在矿山行业中的应用
The solution of "user account control to continue, please enter administrator user name and password" appears in win10 Professional Edition
GPIO configuration of SOC
随机推荐
How to use redis to solve concurrency problems
十大券商注册开户靠谱吗?安全吗?
LeetCode之三步问题
Explanation and application of instr() function in Oracle
Study notes 22/1/19 and 22/1/20
Introduction to kubernetes (I)
B_QuRT_User_Guide(30)
B_ QuRT_ User_ Guide(28)
Chenglian premium products donated love materials for flood fighting and disaster relief to Yingde
B_QuRT_User_Guide(29)
Devops Basics: Jenkins deployment and use (I)
SOC timer and interrupt configuration
Ambari (IX) --- use expect to realize no interaction in ambri server setup phase (valid for personal test)
Configuring multiple instances of MySQL under Linux
Unity 获取当前物体正前方,一定角度、距离的坐标点
Soft test -- software designer -- database design of afternoon questions
The solution of "user account control to continue, please enter administrator user name and password" appears in win10 Professional Edition
新唐NUC980使用记录:自制开发板(基于NUC980DK61YC)
Estimation of SQL execution cost by MySQL query optimizer
你了解TCP协议吗(二)?