Friday, May 29, 2009

How install mysql and java

Extarct zib file

chmod 755 jdk-6u2-linux-i586-rpm.bin


./jdk-6u2-linux-i586-rpm.bin


java -version


alternatives --config java


==================================


test dependency
--------------------
rpm -qa |grep -i mysql

rpm -ivh --test MySQL-client-enterprise-gpl-5.0.70-0.rhel5.i386.rpm MySQL-devel-enterprise-gpl-5.0.70-0.rhel5.i386.rpm MySQL-enterprise-gpl-debuginfo-5.0.70-0.rhel5.i386.rpm MySQL-server-enterprise-gpl-5.0.70-0.rhel5.i386.rpm MySQL-shared-enterprise-gpl-5.0.70-0.rhel5.i386.rpm MySQL-test-enterprise-gpl-5.0.70-0.rhel5.i386.rpm


install mysql
----------------

rpm -ivh MySQL-client-enterprise-gpl-5.0.70-0.rhel5.i386.rpm MySQL-devel-enterprise-gpl-5.0.70-0.rhel5.i386.rpm MySQL-enterprise-gpl-debuginfo-5.0.70-0.rhel5.i386.rpm MySQL-server-enterprise-gpl-5.0.70-0.rhel5.i386.rpm MySQL-shared-enterprise-gpl-5.0.70-0.rhel5.i386.rpm MySQL-test-enterprise-gpl-5.0.70-0.rhel5.i386.rpm


rpm -ev --nodeps mysql-libs-5.0.67-2.fc10.x86_64

perl-dbi
=-=====



chown -R mysql:mysql mysql4001/


rpm url
----------
http://rpm.pbone.net/index.php3/stat/4/idpl/8874486/com/perl-DBI-1.607-1.fc9.i386.rpm.html

download.fedora.redhat.com/pub/fedora/linux/releases/10/Fedora/x86_64/os/Packages/gtk2-2.14.4-3.fc10.x86_64.rpm

http://ftp.iitm.ac.in/fedora/releases/10/Everything/x86_64/os/Packages/fedora-usermgmt-default-fedora-setup-0.10-2.fc10.noarch.rpm

No comments: