Install MySQL

Install MySQL
1) remove old package
$ rpm -e –nodeps mysql-3.23.58-9
2) install new packages of server and client
$ rpm -Uvh MySQL-server-4.1.3-1.i386.rpm
$ rpm -i MySQL-client-4.1.3-1.i386.rpm

Leave a Reply