Home  >  Article  >  Database  >  客户端连接Mysql服务器的权限设置问题_MySQL

客户端连接Mysql服务器的权限设置问题_MySQL

WBOY
WBOYOriginal
2016-06-01 13:42:36878browse

bitsCN.com
客户端连接Mysql服务器的权限设置问题 通过客户端连接Mysql服务器,有时会因为权限问题被拒绝,解决方法如下:  Sql代码  GRANT ALL PRIVILEGES ON *.* TO user@ClientIP     IDENTIFIED BY 'password' WITH GRANT OPTION;     作者 elvis_lim 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