mysql创建用户命令 mysql创建用户:需要有root权限的账号 示例:create user本文来源gaodai#ma#com搞*!代#%^码$网* 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’;