Mysql Enable remote connection

Source: Internet
Author: User

MySQL does not allow remote connections by default, because there is a large security risk, so you need to manually increase the number of users who can access the database remotely.

Here's how to connect:

# mysql-u Root-p
>;grant select,insert,update,delete On * * to [e-mail protected] "192.168.100.216" identified by "Sookwire";

----Allow the address 202.11.10.253 on the root user, password dboomysql to connect all MySQL database, pay Select,insert,update,delete permissions.


Grant all on * * to [e-mail protected] "192.168.100.213" identified by "Sookwire"

Allow the address 192.168.100.213 with root user, password sookwire to connect all MySQL database, pay all permissions.

This allows MySQL to be accessed remotely using the database management software.

Mysql Enable remote connection

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.