Linux Video Learning 7 (SSH, Linux boot process analysis, add decompression, Java Network programming)

Source: Internet
Author: User
Tags mysql backup

Review database MySQL backup and recovery:

show databases;

User spdb1;

Show tables;

Perform a backup in the Mysql/bin directory:./mysqldump-u root-p spdb1 >/home/spdb1.bak

You will be prompted to enter the password for the user root.

Delete a database drop databases spdb1;

Recovery database: Mysql-u root-p database name

You need to create a new empty database before recovering the database, otherwise error. Create a new user under/mysql/bin: the Create database name;

SSH Introduction:

SSH (Secure Shell) is a set of software for remote operation of Linux and for file upload and download.

After the Linux installation is complete, an SSHD service is installed and started by default, listening on port 22.

The process of using SSH:

1) Double-click to run the SSH client.

2) Click on Quick Connect and fill in the popup window with the host Name,user name, port (default 22), and then enter the password password.

1.linux Start-Up process analysis:

2. Add Decompression:

3.java network programming.

Linux Video Learning 7 (SSH, Linux boot process analysis, add decompression, Java Network programming)

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.