12 2020 档案
摘要:Missing prerequisites. IBM has the solution below: yum install gtk2.i686 yum install libXtst.i686 If you received the the missing libstdc++ message ab
阅读全文
摘要:自建mysql5.7忘记root密码 环境:os:centos7.8 解决步骤:1)先关闭mysqlsystemctl stop mysqld 2)然后查找到my.cnf,在[mysqld]下增加一段信息[mysqld]skip-grant-tables 3)启动mysql,登录,重置密码syste
阅读全文
摘要:原因:https://wiki.centos.org/About/Product?spm=a2c4g.11174386.n2.3.605e1d82pphpDY%3E 解决方法: 1、关闭fastestmirrorsed -i 's/enabled=1/enabled=0/' /etc/yum/plu
阅读全文