紧急!!linux mysql安装不上呀!!高手帮我一下,多谢!!

来源:百度知道 编辑:UC知道 时间:2024/09/23 00:28:22
在安装linux mysql服务时,出现以下提示,不能完成安装,
[root@localhost ~]# cd /temp/
[root@localhost temp]# ls
mysql-5.1.32-1mdv2009.1.src.rpm
[root@localhost temp]# rpm -ivh mysql-5.1.32-1mdv2009.1.src.rpm
warning: mysql-5.1.32-1mdv2009.1.src.rpm: Header V3 DSA signature: NOKEY, key ID 26752624
1:mysql warning: user mandrake does not exist - using root
warning: group mandrake does not exist - using root
warning: user mandrake does not exist - using root
warning: group mandrake does not exist - using root
warning: user mandrake does not exist - using root
.
.
.
########################################### [100%]
warning: user mandrake does not exist - using root
warning: group mandrake does not exist - using root
我换了几个文件还是不能安装,有谁能帮助我吗??
谢谢您在第一时间回答我的问题,虽然没有帮我解决问题,但还是谢谢你。

http://mysql.mirror.tw/Downloads/MySQL-6.0/MySQL-server-community-6.0.9-0.rhel5.i386.rpm (RPM包)
http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-5.1.32.tar.gz
(源码包)
你直接下个RPM版本的吧。如果想自己编译就下源码包。
SRC.RPM版本的最麻烦。

src.rpm 是source包,要编译后才可以使用的
源码包file.tar.gz、file.tar.bz2 或 file.src.rpm 包都可以编译出我们可安装执行的file.rpm包;有些软件开发者自己会写把软件包的源码包打包成file.src.rpm file.tar.gz file.tar.gz 等,也会写可执行file.rpm 编译的脚本文件file.spec;

如果我们技术可行,也是可以自己来写编译脚本file.spec文件;通过file.spec 文件,我们可以分享其它弟兄;也可以从他人那里得到file.spec 文件,然后我们自己修改修改,就可以编译出与自己系统适合的rpm 包

具体可以参考这里
http://fedora.linuxsir.org/main/?q=src.spec.html