MySQL Login and exit (v)

Source: Internet
Author: User
Tags mysql login

How do I use MySQL?

How to implement MySQL login/logout

How to modify the MySQL prompt

How to implement common commands for MySQL

How to standardize MySQL statements

How to manipulate a database

1. mysql Common parameters and functions

  Mysql-v

c:\users\administrator>mysql-v
MySQL Ver 14.12 distrib 5.0.22, for Win32 (IA32)

C:\users\administrator>

Other, not much to repeat.

2. Log in to MySQL

c:\users\administrator>mysql-u root-p
Enter Password: ********
Welcome to the MySQL Monitor. Commands End With; or \g.
Your MySQL Connection ID is 1 to server version:5.0.22-community-nt

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

Mysql>

You can only actually use MySQL if you log in.

3. Three ways to quit MySQL:

For example:

Mysql> exit;
Bye

C:\users\administrator>

MySQL Login and exit (v)

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.