Installation of Mysql DB

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

rpm -ivh MySQL-client-community-5.1.38-0.rhel4.i386.rpm --nodeps rpm -ivh MySQL-server-community-5.1.38-0.rhel4.i386.

rpm --nodeps /usr/bin/mysqladmin -u root password 'root' mysql -uroot -proot service mysql status service mysql stop service mysql status service mysql start exit

Info: rpm -qa|grep mysql* rpm -e mysqlclient10-3.23.58-4.RHEL4.1 rpm -e mysql-4.1.20-2.RHEL4.1.0.1 rpm -e mysql-4.1.20-2.RHEL4.1.0.1 --nodeps

You might also like