MySQL Import SQL file with command line

Source: Internet
Author: User
Tags mysql import mysql login

In front of the Navicat tool to import the export database, today to colleagues to import the database, found not to go in, many errors, the feeling of desperation, with the command line imported

1. Open the MySQL service. Cmd-->net start MySQL shutdown service: cmd-->net stop MySQL

2. Find the bin directory under your MySQL installation package

"E:\MySQL\MySQL Server 5.0\bin\"

3. Run CD E:\MySQL\MySQL Server 5.0\bin enter under cmd

4, run the mysql-u username (root) database name (bank) Enter, and then let you enter the MySQL login password

5. Source E:bank.sql (Your SQL file) enter

MySQL Import SQL file with command line

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.