我正在尝试安装最新版本的 mysql 服务器。我尝试使用 rpm -e 卸载 mysql 4.1。
卸载完成后我尝试下载 mysql 包:
命令 :
获得http://www.mysql.com/Downloads/MySQL-client-5.1.73-1.glibc23.x86_64.rpm
但它抛出了“暂时名称解析失败”
有人能帮助我在 Linux 服务器上通过命令行安装 mysql 吗?
已编辑
/etc/resolv.conf 文件
nameserver 18X.3x.86.XX // added now
nameserver 2XX.232.2.XX
答案1
这就是您尝试使用 卸载 mysql 时出现的问题yum remove
。您的系统未连接到网络,或者未完全配置网络。首先使网络连接正常工作,以便您可以执行操作dig www.google.com
并获得有效响应(下面的示例),然后您应该能够wget
正常使用该命令。
挖掘输出示例:
$ dig www.google.com
; <<>> DiG 9.8.1 <<>> www.google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24890
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 4, ADDITIONAL: 0
;; QUESTION SECTION:
;www.google.com. IN A
;; ANSWER SECTION:
www.google.com. 136 IN A 74.125.131.147
www.google.com. 136 IN A 74.125.131.99
www.google.com. 136 IN A 74.125.131.103
www.google.com. 136 IN A 74.125.131.104
www.google.com. 136 IN A 74.125.131.105
www.google.com. 136 IN A 74.125.131.106
;; AUTHORITY SECTION:
google.com. 69743 IN NS ns4.google.com.
google.com. 69743 IN NS ns1.google.com.
google.com. 69743 IN NS ns2.google.com.
google.com. 69743 IN NS ns3.google.com.
;; Query time: 5 msec
;; SERVER: 10.10.11.48#53(10.10.11.48)
;; WHEN: Tue May 27 14:20:30 2014
;; MSG SIZE rcvd: 200