Turn on MySQL remote login

Source: Internet
Author: User

The development process often encountered the problem of remote access to MySQL, every time need to search, feel too much trouble, recorded here, also convenient for me to check later.

First access the native MySQL (with SSH login terminal, enter the following command):

Mysql-uroot-p

Enter the password after login, enter the following statement:

 Use MySQL; Grant  All Privileges  on *. *  to ' User '@ '%' by'password'  withGrantoption;

which

User is the username
MySQL default is root
Password is the password to set itself
% indicates any host, or IP address can be specified

This allows any host to be accessed remotely.

Example:

Grant  All Privileges  on *. *  to ' Root '@'192.168.1.100'by'withGrant  option;

That is, allow 192.168.1.100 to log on without a password as root.

All right, that's it, I hope it helps you.

This article GitHub address:

https://github.com/mike-zhang/mikeBlogEssays/blob/master/2017/20170212_ open mysql remote login. MD

Welcome to Supplement

Turn on MySQL remote login

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.