Unable to remotely access MySQL

Source: Internet
Author: User
Tags iptables

Remote access not available, user not authorized for remote access

If you only authorize [email protected], then remote access will not be able to connect, you need to authorize:

MySQL > GRANT all privileges on * * to ' root ' @ '% ' identified by ' password ' with grantoption;

MySQL > FLUSH privileges;

Remote access not available, firewall does not open port 3306

If the firewall installed on the Linux host does not have port 3306 open, then of course you will not be able to connect by remote access to MySQL. To open port 3306, follow these steps:

Edit File/etc/sysconfig/iptables

Vi/etc/sysconfig/iptables

Plus this line.

-A rh-firewall-1-input-m state--state new-m tcp-p TCP--dport 3306-j ACCEPT

Finally reboot the firewall

/etc/rc.d/init.d/iptables restart

Unable to remotely access MySQL

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.