MySQL for Linux cannot be accessed remotely

Source: Internet
Author: User
Tags iptables

1. First, you need to confirm whether the user only allows localhost access;

Log in to MySQL under Linux

mysql-uroot-p password;

Use MySQL;

Select ' Host ', ' User ' from ' user '

You can see:

If your user's host is not%, you cannot access it remotely

2. The default Linux firewall is not developing 3306 of this port

Vi/etc/sysconfig/iptables //Open this file to see if there are any 3306

If not, add

Under "-A input–m State--state new–m tcp–p–dport 22–j ACCEPT", add:

-A input-m State--state new-m tcp-p-dport 3306-j ACCEPT

Save, and then restart

Service Iptables Restart

MySQL for Linux cannot be accessed remotely

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.