Home >Database >Mysql Tutorial >MySQL优化之为用户开通mysql权限_MySQL

MySQL优化之为用户开通mysql权限_MySQL

WBOY
WBOYOriginal
2016-06-01 13:00:021153browse

<span style="font-family: Arial, Verdana, sans-serif;">为用户开通mysql权限:</span>
grant all privileges on *.* to liuyz @"%" identified by "liuyz";
flush privileges;

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