0815 MySQL view, user

Source: Internet
Author: User
Tags mysql view
Creating views: Create View name [(column name 1, column Name 2, ... )] As a complex SELECT statement; View using: SELECT * from view name where Condition order by ..... Modify view: Alter VIEW name [(column name 1, column Name 2, ...  )] AS SELECT statement; Delete view: Name of Drop view [if exists] view; MySQL creation User: Create username ' @ ' allow its login address ' identified by ' password '; Delete User: Drop  User ' username ' @ ' Allow login address '; Change Password: Modify your password: set password = password (' new password '); modify others password (must have Modify permission): Set password for ' username ' @ ' allow it to log in address ' = password (' new password '); Add permission: Grant permission name 1, permission Name 2, .... on database name. The object name to ' user name ' @ ' allows its login address ' identified by ' password '; Delete permission: Revoke permission name 1, permission Name 2, .... on database name. Object name from ' username ' @ ' allow it to log in address ';

0815 MySQL view, user

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.