linux 安装 mysql记录

sudo apt-get install mysql-server 一直报错,按照下面的终于安装出来了

这个链接========================= https://cn.linux-console.net/?p=13784

第 1 步:要删除 MySQL 及其所有依赖项,请执行以下命令: sudo apt-get remove --purge mysql*

第 2 步:要删除 MySQL 及其所有依赖项,请执行以下命令: sudo apt-get purge mysql*

第 3 步:要删除 MySQL 和剩余文件,请执行以下命令: sudo apt-get autoremove

第 4 步:要清除本地存储库,请执行以下命令: sudo apt-get autoclean

第 5 步:要清除安装期间创建的数据库,请执行以下命令: sudo apt-get remove dbconfig-mysql

第6步:

官网下安装包 https://dev.mysql.com/downloads/mysql/5.7.html #downloads

mysql-server_8.0.41-1ubuntu20.04_amd64.deb-bundle.tar

第 7 步: 解压到一个文件夹,然后在此文件夹

sudo dpkg -i *.deb

还是报错缺少8.0sever

sudo apt-get install -f 终于出来 输入root密码了

第8步:执行以下命令转到根目录: sudo su

sudo apt-get update

sudo apt-get install mysql-server

sudo apt-get update

sudo apt-get install mysql-client libmysqlclient21

第9步:现在通过运行下面提到的命令来配置MySQL,然后在执行后按回车键: dpkg-reconfigure mysql-apt-config

【Processing triggers for libc-bin (2.31-0ubuntu9.17) ... a@1:~/Downloads/1111$ sudo su sudo apt-get update sudo apt-get install mysql-server sudo apt-get update sudo apt-get install mysql-client libmysqlclient21 root@1:/home/a/Downloads/1111# dpkg-reconfigure mysql-apt-config dpkg-query: package 'mysql-apt-config' is not installed and no information is available Use dpkg --info (= dpkg-deb --info) to examine archive files. /usr/sbin/dpkg-reconfigure: mysql-apt-config is not installed. root@1:/home/a/Downloads/1111# 】

第 10 步: sudo apt-get update

sudo apt-get install mysql-server

sudo service mysql status

要检查刚刚安装的 mysql 版本,请运行以下命令: mysql -V

复制代码
 
相关推荐
2401_892070981 天前
【Linux C++ 日志系统实战】LogFile 日志文件管理核心:滚动策略、线程安全与方法全解析
linux·c++·日志系统·日志滚动
雪可问春风1 天前
docker环境部署
运维·docker·容器
lwx9148521 天前
Linux-Shell算术运算
linux·运维·服务器
翻斗包菜1 天前
PostgreSQL 日常维护完全指南:从基础操作到高级运维
运维·数据库·postgresql
somi71 天前
ARM-驱动-02-Linux 内核开发环境搭建与编译
linux·运维·arm开发
呆瑜nuage1 天前
MySQL表约束详解:8大核心约束实战指南
数据库·mysql
双份浓缩馥芮白1 天前
【Docker】Linux 迁移 docker 目录(软链接)
linux·docker
海的透彻1 天前
nginx启动进程对文件的权限掌控
运维·chrome·nginx
元宝骑士1 天前
FIND_IN_SET使用指南:场景、优缺点与MySQL优化策略
后端·mysql
黄昏晓x1 天前
Linux ---- UDP和TCP
linux·tcp/ip·udp