linux中mysql数据库相关操作命令

  创建用户: create user starshine identified by ‘2084628520‘;

  查看用户权限:show grants for starshine;