当前位置:网站首页>Alibaba Cloud MySQL 5.7 installation and some major problems (total)
Alibaba Cloud MySQL 5.7 installation and some major problems (total)
2022-08-02 03:59:00 【producing】
I accidentally downloaded MySQL 8.0 on the cloud server today, but because of compatibility, I don't want to use the higher version, so I plan to uninstall and clean up and then reinstall MySQL 57.Here are some of the content used:
Delete MySQL 8.0 that is being used and clean up the previous mysql content
rpm -qa | grep -i mysql
rpm -e??????(may be able to clean up the error)
Unable to clean up: RPM: error: db5 error(-30969)
What to do now:
Solution: Delete the rpm management database and rebuild it.The steps are as follows:
1. cd to the directory "/var/lib/rpm" to determine the database list and name:
root# cd /var/lib/rpm
root# ls -a
2. Delete "__db.001", "__db.002" and "__db.003":root# rm -rf __db.*
3. Rebuild:root# rpm --rebuilddb
4. This can be updated:root# dnf update
Reprint the original link: https://blog.csdn.net/nipseven/article/details/118069230find / -name mysql
# rm -rf ??????(clean up these mysql files)
边栏推荐
- 17.JS条件语句和循环,以及数据类型转换
- (2)Thinkphp6模板引擎**标签
- hackmyvm-random walkthrough
- v-on基本使用、参数传递、修饰词
- Advanced Operations on Arrays
- [mikehaertl/php-shellcommand]一个用于调用外部命令操作的库
- About the apache .htaccess file of tp
- hackmyvm: controller walkthrough
- Xiaoyao multi-open emulator ADB driver connection
- 解决 Zlibrary 卡死/找不到域名/达到限额问题,Zlibrary最新地址
猜你喜欢

4.表单与输入

MySql Advanced -- Constraints

SQL classification, DQL (Data Query Language), and corresponding SQL query statement demonstration

MySql高级 -- 约束

SQL: DDL, DML, DQL, DCL corresponding introduction and demonstration

12.什么是JS

Introduction to PHP (self-study notes)

Kali环境下Frida编写脚本智能提示

New usage of string variable parsing in PHP8.2

DVWA drone installation tutorial
随机推荐
IO streams, byte stream and byte stream buffer
(6) 学生信息管理系统设计
(1)Thinkphp6入门、安装视图、模板渲染、变量赋值
What are the killer super powerful frameworks or libraries or applications for PHP?
16.JS事件, 字符串和运算符
v-bind用法:类动态绑定对象 数组 style样式 及函数方法
CTF入门之md5
CTF入门之php文件包含
PHP图片压缩到指定的大小
Masashi: 1 vulnhub walkthrough
[phpunit/php-timer] A timer for code execution time
SQL分类、DQL(数据查询语言)、以及相应SQL查询语句演示
[mikehaertl/php-shellcommand]一个用于调用外部命令操作的库
SQL:DDL、DML、DQL、DCL相应介绍以及演示
解决uni-app 打包H5网站 下载图片问题
kali安装IDEA
使用PHPMailer发送邮件
Kali install IDEA
[sebastian/diff] A historical change extension library for comparing two texts
CTF入门笔记之ping