Setting up how to connect to a MySQL database remotely

Source: Internet
Author: User

When mysql5.6.37 is installed, by default, only local logins are allowed, and remote logins are forbidden.

You can now install the connection tools locally, such as SQLyog or Navicat.

After logging in, switch to MySQL database

Execute the following 2 statements

GRANT  All Privileges  on *. *  to [Email protected] ' % '  by ' 123456 '  Privileges
Format:Grant on database name. Table name User @ Login host  by "User password";
 All  privileges represents all permissions, androot indicates the user to be empowered; % is the remote login IP (the IP you use to log in), if you want to restrict the login IP, add the IP you allow to log in, such as 192. 168.0. 55,% means no limit IP,123456 is the password of the user Telnet, and finally  run the privileges
Select User  from User ; View user Status

Setting up how to connect to a MySQL database remotely

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.