MySQL adds the same permissions as root user

Source: Internet
Author: User

The following statement has the same permissions as the root user. We should have met when we were taking the station. Root user MySQL, can only be local to connect, external deny connection.

The following methods can help you solve this problem, the following statement function is to establish a user for the monitor Password Admin permissions for the same as root.

Allow any host to connect. This makes it easy for you to remotely manipulate the database locally.

CREATE USER ' monitor ' @ '% ' identified by ' admin ';

Grant all privileges on *.* to ' monitor ' @ '% ' identified by ' admin ' with GRANT OPTION max_queries_per_hour 0 max_connections _per_hour 0 Max_updates_per_hour 0 max_user_connections 0;

DROP USER ' monitor ' @ '% ';

DROP DATABASE IF EXISTS ' monitor ';

See more highlights of this column: http://www.bianceng.cnhttp://www.bianceng.cn/database/MySQL/

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.