Home  >  Article  >  Database  >  mysql设立访问权限

mysql设立访问权限

WBOY
WBOYOriginal
2016-06-07 16:23:551095browse

mysql设置访问权限 GRANT ALL PRIVILEGES ON ? ? ? ?*.* ? ? ? ? ? TO ? ? ? 'root'@'192.168.1.73' ? ? ? IDENTIFIED BY '123456' ? ? ? WITH GRANT OPTION;

mysql设置访问权限

GRANT ALL PRIVILEGES ON

? ? ? ?*.* ? ?

? ? ? TO

? ? ? 'root'@'192.168.1.73'

? ? ? IDENTIFIED BY '123456'

? ? ? WITH GRANT OPTION;

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