Installation of common tools under Linux

Source: Internet
Author: User

1. Install rz sz upload download 

Yum Install Lrzsz

2. Installing the JDK

Download JDK placed in the specified directory

Vim/etc/profile
Export Java_home=linux JDK Path
Export path= $PATH: $JAVA _home/bin
Source/etc/profile
Echo $PATH

3. Install MySQL Database

mysql-client-5.6.21-1.rhel5.x86_64.rpm
mysql-devel-5.6.21-1.rhel5.x86_64.rpm
mysql-server-5.6.21-1.rhel5.x86_64.rpm

wget http://dev.mysql.com/Downloads/MySQL-5.6/MySQL-server-5.6.21-1.rhel5.x86_64.rpm
wget http://dev.mysql.com/Downloads/MySQL-5.6/MySQL-devel-5.6.21-1.rhel5.x86_64.rpm
wget http://dev.mysql.com/Downloads/MySQL-5.6/MySQL-client-5.6.21-1.rhel5.x86_64.rpm

RPM-E mysql-libs-5.1.66-2.el6_3.x86_64--nodeps

RPM-IVH mysql-server-5.6.21-1.rhel5.x86_64.rpm
RPM-IVH mysql-client-5.6.21-1.rhel5.x86_64.rpm

Cat./.mysql_secret

Mysql-uroot-p

Set Password=password ("root");
Flush privileges;

Installation of common tools under Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.