Home  >  Article  >  Database  >  mysql远程连接对用户的测试(吴龙波)_MySQL

mysql远程连接对用户的测试(吴龙波)_MySQL

WBOY
WBOYOriginal
2016-06-01 13:48:32925browse

bitsCN.com

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