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

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

WBOY
Release: 2016-06-01 13:00:02
Original
1151 people have browsed it

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

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