Common MySQL Commands

Source: Internet
Author: User

Console Login

Win + R run cmd, open command Console, enter:

MYSQL-H [hostname]-u [username]-P

If you are prompted: "MySQL" is not an internal or external command, nor is it an available program or batch file.

Indicates that there are no environment variables configured for MySQL, the workaround is:

1. Add MySQL to the environment variable, appended to the PATH environment variable

D:\Program Files\mysql\mysql_server_5.5\bin

2. Go to MySQL installation directory D:\Program files\mysql\mysql_server_5.5\, hold down SHIFT, right click on the Bin folder, select "Open Command Window Here" in the pop-up menu, then run the MySQL command to log in.

Export SQL file

mysqldump-h [localhost]-u [username]-P [dbname] >[location]

* Note: location indicates a local directory, such as D:/export.sql

Import SQL file

source [Location]




Common MySQL Commands

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.