Home >Database >Mysql Tutorial >mysql远程连接对用户的测试_MySQL

mysql远程连接对用户的测试_MySQL

WBOY
WBOYOriginal
2016-06-01 13:41:211069browse

bitsCN.com
mysql远程连接对用户的测试 GRANT   ALL   PRIVILEGES               ON   test.*               TO   username@'192.168.1.%'             IDENTIFIED   BY   'goodsecret';     FLUSH   PRIVILEGES;       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