Operating System - Linux
1748227 Members
4185 Online
108759 Solutions
New Discussion юеВ

Installing MY SQL in Red hat Linux

 
Rohit Nagare
Frequent Advisor

Installing MY SQL in Red hat Linux

Hi Friends,
good morning.

I am installing mysql-server-5.0.22-2.1.i386.rpm on my Red Hat Linux server version 5.0 32 bit.

when i am installing i get the following error.

[root@abc]# rpm -ivh mysql-server-5.0.22-2.1.i386.rpm
error: mysql-server-5.0.22-2.1.i386.rpm: rpmReadSignature failed:
region trailer: BAD, tag 15872 type 2047 offset 28672 count 4238
error: mysql-server-5.0.22-2.1.i386.rpm cannot be installed

Can some one tell me whats is this error and how to solve it to install mysql.

Thanks in advance
Rohit
5 REPLIES 5
Matti_Kurkela
Honored Contributor

Re: Installing MY SQL in Red hat Linux

Your RPM package may be corrupted. Download it again.

MK
MK
Michal Kapalka (mikap)
Honored Contributor

Re: Installing MY SQL in Red hat Linux

hi,

where did you get this package ???

did you made the checksum after downloading/copying ????

mikap
Steven E. Protter
Exalted Contributor

Re: Installing MY SQL in Red hat Linux

Shalom Rohit,

yum install mysql-server

This will take care of downloads and dependencies.

Of course if this is a genuine Red Hat system it will have to be registered.

Either the rpm is no good and/or you are missing dependencies.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Rohit Nagare
Frequent Advisor

Re: Installing MY SQL in Red hat Linux

Thanks Matti,

I have downloaded and MYSQL package and installed working fine.
Thanks friends for ur support.

Regards
Rohit
Rohit Nagare
Frequent Advisor

Re: Installing MY SQL in Red hat Linux

I have downloaded and MYSQL package and installed working fine.
Thanks friends for ur support.

Regards
Rohit