Hi all,
This is my server OS details.
Code:
$ uname -a
Linux myserver 2.6.9-67.ELsmp #1 SMP Fri Nov 16 12:49:06 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/redhat-release
CentOS release 4.6 (Final)
I want to install a free version of mysql-5 server for this.I need help on
1.Where to download the suitable Version?
2.I need a http download not ftp(blocked by firewall?
3. Am unable to install the MySQL-server-community-5.1.30-0.rhel4.ia64 as it throws the following error.
Code:
warning: MySQL-server-community-5.1.30-0.rhel4.ia64.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
error: Failed dependencies:
libc.so.6.1()(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
libc.so.6.1(GLIBC_2.2)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
libc.so.6.1(GLIBC_2.2.4)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
libc.so.6.1(GLIBC_2.3)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
libc.so.6.1(GLIBC_PRIVATE)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
libcrypt.so.1(GLIBC_2.0)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
libdl.so.2(GLIBC_2.0)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
libdl.so.2(GLIBC_2.1)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
libm.so.6.1()(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
libpthread.so.0(GLIBC_2.2)(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
libunwind.so.7()(64bit) is needed by MySQL-server-community-5.1.30-0.rhel4.ia64
MySQL conflicts with mysql-4.1.20-2.RHEL4.1.0.1.i386
MySQL conflicts with mysql-4.1.20-2.RHEL4.1.0.1.x86_64
How to remove the mysql-4.1.20-2.RHEL4.1.0.1.i386 and to install Version 5.
Thanks