+ -
当前位置:首页 → 问答吧 → How can I install MySql on Fedora 8 ?

How can I install MySql on Fedora 8 ?

时间:2008-10-08

来源:互联网

When I install MySQL, I got the following message:
[root@localhost ~]# rpm -ivh MySQL-server-5.0.51a-0.glibc23.i386.rpm
error: Failed dependencies:
perl(DBI) is needed by MySQL-server-5.0.51a-0.glibc23.i386
[root@localhost ~]#

When I install DBI using perl Makefile.PL, I got the following message at the end:
Checking if your kit is complete...
Looks good
Warning: prerequisite Test::Simple 0.4 not found.

I see you're using perl 5.008008 on i386-linux-thread-multi, okay.
Remember to actually *read* the README file!
Use 'make' to build the software (dmake or nmake on Windows).
Then 'make test' to execute self tests.
Then 'make install' to install the DBI and then delete this working
directory before unpacking and building any DBD::* drivers.
Writing Makefile for DBI

And I still can't install MySQL. The error message I got is the same as before.

How can I install DBI and MySQL on Fedora 8 ?

Thanks a lot.

作者: mamiw   发布时间: 2008-10-08

用户被禁言,该主题自动屏蔽!

作者: zhurry   发布时间: 2008-10-08

安装光盘里面没有rpm么?yum install 不行么?mysql网站有免安装的版本,直接运行就行了。

作者: newgame   发布时间: 2008-10-08

用户被禁言,该主题自动屏蔽!

作者: frt0502   发布时间: 2008-10-08

http://dev.mysql.com/downloads/mysql/5.0.html#downloads
non RPM那些就是免安装的。

作者: Jibo   发布时间: 2008-10-08

我就是从那里下载的!!!

作者: dwenhcil   发布时间: 2008-10-08

yum groupinstall mysql

作者: realrocking   发布时间: 2008-10-08

non rpm不用安装,直接解压到比如/usr/local/mysql下面,然后运行就行了。

作者: jarw   发布时间: 2008-10-08

我用DVD系统盘上自带的软件包就可以安装和启动MySQL服务.
谢谢各位!

作者: besthome   发布时间: 2008-10-08