MySQL log-in and backup

Source: Internet
Author: User
Tags import database
Mysql-h Xxx.xxx.xxx.xxx-u Root-p  

-H indicates that the server name, localhost, refers to the native-u indicating that the user name root is the default maximum privilege user name-p indicates that the password is not filled means the password is empty


Database script Export to file:
Under Terminal: Mysqldump-u User name-p database name > exported file name
For example mysqldump-h 10.86.2.122 (IP I doodle ~)- u yourusername-p yourpassword yourdatabase > ~/datadump

If an error is access denied for the user ' yourusername ' @ '% ' to the database ' yourdatabase ' when using LOCK TABLES
You need to use mysqldump-h 10.86.2.122-u yourusername-p yourpassword yourdatabase--skip-lock-tables > ~/datadump



File Import Database script:
MySQL under: Use database name

MySQL log-in and backup

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.