MySQL installation and configuration and login and exit

Source: Internet
Author: User

MySQL installation and configuration and login and exit

Introduction to the installation directory

Start/stop MySQL service

net start MySQL

net stop MySQL

Log in/out of MySQL

Modify the MySQL command prompt

MySQL Common commands:

SELECT VERSION (); Show current Version

SELECT now (); Show current date Time

SELECT USER (); Show Current User

specification for MySQL statements

Keyword and function name all uppercase

SQL statement must end with a delimiter

SQL The statement supports wrap operations, so that you can continue writing on the next line as long as you don't split the word, tag, or quote string into two parts

try not to use the database name, table name, field name, etc. MySQL the reserved words, if needed, use the anti-quote (``) enclose the name.

Database name, table name, field name, and so on all lowercase

MySQL installation and configuration and login and exit

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.