Home >Database >Mysql Tutorial >mysql创建用户下令

mysql创建用户下令

WBOY
WBOYOriginal
2016-06-07 16:16:061251browse

mysql创建用户命令 mysql创建用户:需要有root权限的账号 示例:create user coolcloudstat@'%' identified by 'password'; 增加用户权限: grant all privileges on statanalyse.* to coolcloudstat@'%' identified by 'password';

mysql创建用户命令
mysql创建用户:需要有root权限的账号
示例:create user coolcloudstat@'%' identified by 'password';
增加用户权限:
grant all privileges on statanalyse.* to coolcloudstat@'%' identified by 'password';
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