Install MySQL 5.1 to RHEL 4
- 1. I enter this command rpm -i MySQLserver-community-5.1.32-0.rhel4.i386.rpm
- 2. and a message appears "warning: MySQL-server-community-5.1.32-0.RHEL4.i386.rpm: V3 DSA signature: NOKEY, key ID 5072elf5 error: Failed dependencies: MySQL conflicts with mysql-4.1.20-2.RHEL4.1.i386"
- 3. and i ask some friends about this problem and they told me to run this command to know the other installed MySQL rpm -qa | grep -i '^mysql'
- 4. I remove previously installed MySql with the command rpm --nodeps -ev mysql-4.1.20-2.RHEL4.1.0.1
- 5. After i removed the installed MySQL, i run the command : rpm -i MySQLserver-community-5.1.32-0.rhel4.i386.rpm After 48 years, it stops with no errors...My next problem is the configuration of MySQL... Thanks to google...
Comments