当前位置:Gxlcms > mysql > mysql创建用户下令

mysql创建用户下令

时间:2021-07-01 10:21:17 帮助过:27人阅读

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';

人气教程排行