DOS into MySQL

Source: Internet
Author: User


C:\users\zsh>mysql-h 127.0.0.1-u Root-p
Enter Password: * * *
Welcome to the MySQL Monitor. Commands End With; or \g.
Your MySQL Connection ID is one to server version:5.0.27-community-nt

Type ' help ', ' or ' \h ' for help. Type ' \c ' to clear the buffer.

mysql> show databases;
+--------------------+
| Database |
+--------------------+
| Information_schema |
| MySQL |
| Test |
+--------------------+
3 Rows in Set (0.00 sec)

Mysql>

This is not going to work:


C:\users\zsh>test-h 127.0.0.1-u root-p;
' Test ' is not an internal or external command, nor is it a running program
or batch file.

C:\users\zsh>test-h 127.0.0.1-u Root-p
' Test ' is not an internal or external command, nor is it a running program
or batch file.

Thus:


C:\users\zsh>mysql-h host Ip-u user name-p; As long as you know the host IP and user name can

Also configure the bin directory of the MySQL installation in the environment variable

DOS into MySQL

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.