ali asghar torabi parizy wrote:
hi all
 i want to install mysql5 on fc3 but i cant when i trying  to implement it by 
rpm.
 i remove mysql3 with rpm -e directive.

So, now when you do:
rpm -qa |grep -i mysql

You see nothing, right?

 who cabn help me?:(
 thanks
 ************************************
 rpm -ivh MySQL-server-5.0.15-0.i386.rpm
 error: MySQL-server-5.0.15-0.i386.rpm: V3 DSA signature: BAD, key ID 5072e1f5
 error: MySQL-server-5.0.15-0.i386.rpm cannot be installed
 **************************

The error simply means that RPM has detected that your package is "bad", in the sense that it has a signature that is inappropriate.

If you want to check to see if its file corruption (say via a possibly bad download), do: rpm -K --nogpg MySQL-server-5.0.15-0.i386.rpm. If the response is "md5 OK", all's well. Its most likely a bad download that a re-download can/will solve

Best regards
--
Colin Charles, Community Engineer
MySQL AB, Melbourne, Australia, www.mysql.com

Are you MySQL certified? www.mysql.com/certification

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to