去www.mysql.com下载MySQL的客户端和服务端
安装
#rpm -ivh MySQL-server-4.1.11-0.i386.rpm
#rpm -ivh MySQL-client-4.1.11-0.i386.rpm
然后
[root@localhost root]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.1.11-standard
Type ';help;'; or ';\h'; for help. Type ';\c'; to clear the buffer.
说明安装成功了,呵呵..