Mysql Common commands

Source: Internet
Author: User

I. Common commands
Create database name
Select Database: use databasename
Directly Delete the database. Don't remind me: drop database name
Display table: show tables
Table Description: describe tablename
Remove duplicate fields: Add distinct to select
Before deleting a database, the following message is displayed: mysqladmin drop database name
Displays the current mysql version and date: select version (), current_date;
2. Modify the password in mysql:
Shell> mysql-u root-p
Mysql> update user set password = password ("abc123456") where user = 'root ';
Mysql> flush privileges // refresh the database
Mysql> use dbname; open the database
Mysql> show databases; displays all databases
 
 
Author: "The path to learning networks"

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.