Home >Database >Mysql Tutorial >如何开启MYSQL远程连接权限_MySQL

如何开启MYSQL远程连接权限_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-01 13:26:371081browse

bitsCN.com

开启MYSQL远程连接权限

<ol style="border: 0px; font-family: inherit; font-size: inherit; font-style: inherit; font-variant: inherit; line-height: 19px; vertical-align: baseline; margin: 0px; padding: 0px 0px 0px 27px; list-style-position: initial; list-style-image: initial; color: #aeaeae;">
<li value="1" style="border: 0px; font-family: inherit; font-size: inherit; font-style: inherit; font-variant: inherit; line-height: 16px; vertical-align: baseline; margin: 0px; padding: 0px; list-style: decimal;">//建议设置固定IP</li>
<li style="border: 0px; font-family: inherit; font-size: inherit; font-style: inherit; font-variant: inherit; line-height: 16px; vertical-align: baseline; margin: 0px; padding: 0px; list-style: decimal;">mysql> GRANT ALL PRIVILEGES ON *.* TO root@"8.8.8.8" IDENTIFIED BY "root";</li>
<li style="border: 0px; font-family: inherit; font-size: inherit; font-style: inherit; font-variant: inherit; line-height: 16px; vertical-align: baseline; margin: 0px; padding: 0px; list-style: decimal;">mysql> flush privileges;</li>
<li style="border: 0px; font-family: inherit; font-size: inherit; font-style: inherit; font-variant: inherit; line-height: 16px; vertical-align: baseline; margin: 0px; padding: 0px; list-style: decimal;">//修改防火墙</li>
<li style="border: 0px; font-family: inherit; font-size: inherit; font-style: inherit; font-variant: inherit; line-height: 16px; vertical-align: baseline; margin: 0px; padding: 0px; list-style: decimal;">iptables -I INPUT -p tcp --dport 3306 -j ACCEPT</li>
</ol>
bitsCN.com
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn