当前位置: 首页 > news >正文

【笔记】记一次在linux上通过在线安装mysql报错 CentOS 7 的官方镜像已经不再可用的解决方法+mysql配置

报错(恨恨恨恨恨恨恨!!!!!):

[root@localhost ~]# sudo yum install mysql-server 已加载插件:fastestmirror, langpacks Determining fastest mirrors Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; 未知的错误" One of the configured repositories failed (未知), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo=<repoid> ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable <repoid> or subscription-manager repos --disable=<repoid> 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64

意思是CentOS 7 的官方镜像已经不再可用,导致 yum 无法从标准的仓库中获取软件包信息

解决方法:

首先,卸载掉你那系统自带的数据库

其次

输入 vim /etc/yum.repos.d/CentOS-Base.repo

编辑这该死的文件

把每个部分(这里举例base部分)的mirrorlist注释掉

去掉baseurl的注释 并且将其改成baseurl=http://vault.centos.org/$contentdir/$releasever/os/$basearch/

(!!!!!!!!!!!!!!!!!!!!!!!!!!!很重要!!!!!!!!!!!!!!!!!!!!)

esc退出文件 :wq保存

输入

sudo yum install wget
sudo yum install mysql-server

然后mysql!终于!可以!正常!下载了!!!!!!!!!!!!!!!!

配置篇:

输入:sudo grep 'temporary password' /var/log/mysqld.log

获取随机密码 记住 后面要考

输入:sudo mysql_secure_installation

新密码要求:

  • 最少8个字符
  • 至少1个大写字母
  • 至少1个小写字母
  • 至少1个数字
  • 至少1个特殊字符

包含图上的虚红色记号 一共五个问题 我是ynnys

令人感动的All done 来之不易

在输入一次 mysql -u root -p登录mysql

登录成功!

相关文章:

  • 北京网站建设多少钱?
  • 辽宁网页制作哪家好_网站建设
  • 高端品牌网站建设_汉中网站制作
  • 针对 LLM 应用程序优化 RAG
  • QT操作各类数据库用法详解
  • python conda查看源,修改源
  • 20行代码写一个简单 Blazor 时钟组件
  • 模型优化调参利器贝叶斯优化bayesian-optimization实践
  • Java项目:基于SSM框架实现的校园快递代取管理系统【ssm+B/S架构+源码+数据库+毕业论文】
  • 14-38 剑和诗人12 - RAG+ 思维链 ⇒ 检索增强思维(RAT)
  • 星戈瑞CY7-Amine生物荧光成像
  • linux cpuspeed工具
  • 软件设计之Java入门视频(11)
  • Qt扫盲-QRect矩形描述类
  • Desktop docker 部署 WordPress
  • 智慧矿山:EasyCVR助力矿井视频多业务融合及视频转发服务建设
  • BDD 100K dataset 的标签数据结构(json文件)
  • ABAP中CONVERT_TO_LOCAL_CURRENCY 函数的使用方法
  • [ 一起学React系列 -- 8 ] React中的文件上传
  • 【5+】跨webview多页面 触发事件(二)
  • 2017-08-04 前端日报
  • C++11: atomic 头文件
  • ES6, React, Redux, Webpack写的一个爬 GitHub 的网页
  • input的行数自动增减
  • Leetcode 27 Remove Element
  • React-flux杂记
  • TiDB 源码阅读系列文章(十)Chunk 和执行框架简介
  • vue脚手架vue-cli
  • 表单中readonly的input等标签,禁止光标进入(focus)的几种方式
  • 发布国内首个无服务器容器服务,运维效率从未如此高效
  • 干货 | 以太坊Mist负责人教你建立无服务器应用
  • 工程优化暨babel升级小记
  • 回顾 Swift 多平台移植进度 #2
  • 使用 QuickBI 搭建酷炫可视化分析
  • 延迟脚本的方式
  • 一个普通的 5 年iOS开发者的自我总结,以及5年开发经历和感想!
  • 正则与JS中的正则
  • Java性能优化之JVM GC(垃圾回收机制)
  • 第二十章:异步和文件I/O.(二十三)
  • 说说我为什么看好Spring Cloud Alibaba
  • ​软考-高级-系统架构设计师教程(清华第2版)【第15章 面向服务架构设计理论与实践(P527~554)-思维导图】​
  • ​软考-高级-信息系统项目管理师教程 第四版【第23章-组织通用管理-思维导图】​
  • !! 2.对十份论文和报告中的关于OpenCV和Android NDK开发的总结
  • ![CDATA[ ]] 是什么东东
  • ######## golang各章节终篇索引 ########
  • #LLM入门|Prompt#1.7_文本拓展_Expanding
  • (HAL库版)freeRTOS移植STMF103
  • (Java入门)抽象类,接口,内部类
  • (windows2012共享文件夹和防火墙设置
  • (草履虫都可以看懂的)PyQt子窗口向主窗口传递参数,主窗口接收子窗口信号、参数。
  • (二)Linux——Linux常用指令
  • (佳作)两轮平衡小车(原理图、PCB、程序源码、BOM等)
  • (论文阅读32/100)Flowing convnets for human pose estimation in videos
  • (十三)Flink SQL
  • (一) 初入MySQL 【认识和部署】
  • (一)基于IDEA的JAVA基础12
  • (一)十分简易快速 自己训练样本 opencv级联haar分类器 车牌识别
  • (原创) cocos2dx使用Curl连接网络(客户端)