Linux backup and MySQL login automatically enter the password

Source: Internet
Author: User
Tags mysql login

1.mysql Automatic login, the system to enter their own password

(1) Install billions of software required

[email protected] ~]# Yum install expect-*

(2) Writing commands in scripts

#!/usr/bin/expect-f--Using expect software
Set Timeout 2--delay 2 seconds when the password is output
Spawn mysql-u root-p--mysql Landing command
Expect password for "system"--mysql
Password for send "system\n"--mysql
Interact--Enter MySQL

(3) test

[Email protected] ~]#./1.sh
Spawn Mysql-u Root-p
Enter Password:
Welcome to the MySQL Monitor. Commands End With; or \g.
Your MySQL Connection ID is 23
Server Version:5.1.47-log Source Distribution

Copyright (c), Oracle and/or its affiliates. All rights reserved.
This software comes with absolutely NO WARRANTY. This is the free software,
And you is welcome to modify and redistribute it under the GPL v2 license

Type ' help ', ' or ' \h ' for help. Type ' \c ' to clear the current input statement.

Mysql>

2. Remote Login



This article from "Together Through the Days" blog, declined reprint!

Related Article

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.