摘要:
修改一个用户的密码,命令如下 mysql> update user set password=password('新密码') where user='用户名'; 执行后报错: ERROR 1054 (42S22): Unknown column 'password' in 'field list' 阅读全文
摘要:
利用 yum 查找某个命令属于哪个软件包 [root@localhost ~]# yum provides pstree Loaded plugins: fastestmirror Repository epel is listed more than once in the configurati 阅读全文
摘要:
centos7运行system-config-kickstart时在Package Selection模块中出现如下错误: Package Selection Packageselection is disabled due to problems downloading package infor 阅读全文
摘要:
httpd does not appear to be running and proxying cobbler, or SELinux is in the way. 当执行cobbler check时,出现这种错误:httpd does not appear to be running and p 阅读全文
摘要:
在CentOS 8中,使用yum时出现错误,镜像列表中没有url,类似如下: Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorl 阅读全文