How to Set mysql remote access and mysql Remote Access

Source: Internet
Author: User

How to Set mysql remote access and mysql Remote Access
Zookeeper Mysql cannot be accessed through a remote machine by default. The following configuration allows you to enable remote access.

On the MySQL Server:

Run the mysql command to enter the mysql command mode,

SQL code

  1. Mysql> use mysql;
  2. Mysql> grant all on *. * TO admin @ '%' identified by 'admin' with grant option;
  3. # Allow any IP address (% above) to access the MySQL Server using the admin account and password (admin ).
  4. # You must add an account like this to log on remotely.
Mysql> use mysql; mysql> grant all on *. * TO admin @ '%' identified by 'admin' with grant option; # allow any IP address (% above) use the admin account and password (admin) to access this MySQL Server # You must add an account similar to this to remotely log on. The root account cannot be remotely logged on. You can only log on locally.

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

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.