MySQL Set up extranet connection

Source: Internet
Author: User

1. Open MySQL, enter the password

2, input: use MySQL;

3, query host input: Select User,host from User;

4. Authorized Users

(1) Any host connected to MySQL server with user root and password pwd

Mysql> GRANT All privileges on * * to ' root ' @ '% ' identified by ' pwd ' with GRANT OPTION;

mysql> flush Privileges;

(2) Specify a host with IP (such as 192.168.0.160) to connect to the MySQL server with user tuser and password tpwd

Mysql> GRANT All privileges on * * to ' root ' @ ' 192.168.0.160 ' identified by ' pwd ' with GRANT OPTION;

mysql> flush Privileges;

The first * indicates the name of the second name of the library.

MySQL Set up extranet connection

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.