MySQL Database common operations

Source: Internet
Author: User

Environment variables

Create a new mysql_home system variable and set the value to (path) D:\Program Files\mysql\mysql Server 5.7

Edit the path system variable: In the system variable, find the path variable, click the "Edit" button, we will;%mysql_home%\bin added to the path variable (usually put on the last side), note that if there are other configurations, be sure to precede the English semicolon (half-width).

Basic operations

If we use root login, we have all the permissions, we first create a database or a new user, and then the database to the new user, to what new users can use what

log in to MySQL-----> mysql-u user name-p password

Modify password------>mysqladmin-u user name-p password Password new password

Create DATABASE----->create databases XXX character set UTF8;

Create a database user----->create user XXX identified by ' XXXXXX ';

Authorize the new user----->grant all on xxx.* to XXX;

sign in with a new user MySQL----->mysql-uxxx-pxxxxxx


MySQL Database common operations

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.