MySQL remote link method and Flush-hosts

Source: Internet
Author: User
Tags mysql host

Sometimes you will find that you want to use remote link mysql

1 first to the MySQL host on the machine to modify the MySQL table, the fastest is to copy the local localhost, now phpmyadmin copy function is very useful, and then the host column in the localhost to the corresponding IP (remote client IP) can be.

Of course, change localhost to% can also, but not so all can log on ...

Don't forget that the last restart of the MySQL service will take effect. /etc/init.d/mysql restart

2 of course there is direct grant authorization, this is the knock command ...

Sometimes too many remote errors will be blocked, that is, block,

ERROR 1129 (HY000): Host ' 192.168.7.189 ' is blocked because of many connection errors; Unblock with ' mysqladmin flush-hosts '

1. To log in to MySQL on the local (192.168.7.61) command line, enter the command flush hosts (not flush-hosts) to reset the maximum number of errors.

2. Of course, you can also change the maximum number of errors,, the benevolent see of the beholder ...

MySQL remote link method and Flush-hosts

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.