
MySQL
文章平均质量分 81
hy何宇泽
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu安装MySQL8.0
说明 我这里使用APT的方式在Ubuntu中安装MySQL8.0,这种安装方式安装的都是最新版,现在是8.22.1,通过这种方式安装好之后,所有服务和环境变量都会启动和配置好,无需手动配置。 由于MySQL和Ubuntu之间的版本适配原因,首先到MySQL官网下载MySQL APT安装配置包,下载地址为:https://dev.mysql.com/downloads/repo/apt/, 下载后可直接安装。 我的系统环境: # Ubuntu版本 root@mysql:~# cat /etc/issue Ub原创 2022-01-21 15:31:49 · 4803 阅读 · 1 评论 -
centos8.2安装mysql8.0时报错Error:Unable to find a match: mysql-community-server
今天用yum安装mysql8.0时报错信息如下 [root@mysql ~]# yum install -y mysql-community-server Repository AppStream is listed more than once in the configuration Repository extras is listed more than once in the configuration Repository PowerTools is listed more than onc原创 2020-11-25 10:49:56 · 5266 阅读 · 3 评论