Home > Database > Mysql Tutorial > body text

mysql设立访问权限

WBOY
Release: 2016-06-07 16:23:55
Original
1094 people have browsed it

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;

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template