当前位置:网站首页>How to delete MySQL components using xshell7?
How to delete MySQL components using xshell7?
2022-07-04 01:10:00 【CSDN Q & A】
I want to unload mysql, The control panel's , Of the registry ,C As long as it's in the name mysql All of them have been deleted . But my xshell7 The panel still reminds me that mysql Environmental Science , I found... By typing a command , Do exist mysql Components :
I used it rpm -ev Delete will report an error :error: Failed dependencies:
mysql-errmsg(x86-64) = 8.0.21-1.2.al8 is needed by (installed) mysql-server-8.0.21-1.2.al8.x86_64
But according to the information I found , This error usually occurs during installation mysql when .
And when I use rm -rf deleted , Although not wrong , But it can't be deleted , How to solve it ?
Take the answer :
You can refer to this article :https://blog.csdn.net/qq_38901850/article/details/113728607
边栏推荐
- 不得不会的Oracle数据库知识点(三)
- MPLS experiment
- 2-redis architecture design to use scenarios - four deployment and operation modes (Part 2)
- 基于.NetCore开发博客项目 StarBlog - (14) 实现主题切换功能
- AI helps make new breakthroughs in art design plagiarism retrieval! Professor Liu Fang's team paper was employed by ACM mm, a multimedia top-level conference
- [common error] custom IP instantiation error
- 打印菱形图案
- 机器学习基础:用 Lasso 做特征选择
- Eight year test old bird, some suggestions for 1-3 year programmers
- MySQL -- Introduction and use of single line functions
猜你喜欢
It's OK to have hands-on 8 - project construction details 3-jenkins' parametric construction
[error record] configure NDK header file path in Visual Studio (three header file paths of NDK | ASM header file path selection related to CPU architecture)
How to be a professional software testing engineer? Listen to the byte five year old test
CLP information - how does the digital transformation of credit business change from star to finger?
Introduction to unity shader essentials reading notes Chapter III unity shader Foundation
The FISCO bcos console calls the contract and reports an error does not exist
Function: store the strings entered in the main function in reverse order. For example, if you input the string "ABCDEFG", you should output "gfedcba".
[common error] UART cannot receive data error
在寻求人类智能AI的过程中,Meta将赌注押向了自监督学习
技术实践|线上故障分析及解决方法(上)
随机推荐
Sorry, Tencent I also refused
Which insurance products can the elderly buy?
[common error] custom IP instantiation error
Self study software testing. To what extent can you go out and find a job?
8. Go implementation of string conversion integer (ATOI) and leetcode
基于.NetCore开发博客项目 StarBlog - (14) 实现主题切换功能
老姜的特点
Interview script of Software Test Engineer
[error record] configure NDK header file path in Visual Studio (three header file paths of NDK | ASM header file path selection related to CPU architecture)
功能:编写函数fun求s=1^k+2^k +3^k + ......+N^k的值, (1的K次方到N的K次方的累加和)。
[common error] UART cannot receive data error
Oracle database knowledge points that cannot be learned (II)
C library function int fprintf (file *stream, const char *format,...) Send formatted output to stream
@EnableAsync @Async
Summary of common tools and technical points of PMP examination
Who moved my code!
Hash table, string hash (special KMP)
使用dnSpy对无源码EXE或DLL进行反编译并且修改
功能:求5行5列矩阵的主、副对角线上元素之和。注意, 两条对角线相交的元素只加一次。例如:主函数中给出的矩阵的两条对角线的和为45。
Struct in linked list