danhuangpai

一 简介: 使用平台的一些注意点

二 账号创建

      每种账号只能注册一个,线上数据库所有操作一共三种账号

      读写账号      

     grant select,insert,delete,update,create,drop,alter,trigger,super,replication client,replication slave,process on *.* to \'user\'@\'%\' identified by \'password\'; 

     只读账号

     grant select,repliction slave,replication client on *.* to \'user\'@\'%\' identified by \'password\' 

     监控账号   

    grant select,show,process on *.* to \'user\'@\'%\' identified by \'password\' 

     inception账号

    grant all privileges  on *,* to \'user\'@\'%\' identified by \'password\'

三  使用流程

     1 添加数据库服务器  全部填写,尤其是Role

     2 创建用户

     3 创建用户组

     4  用户组进行授权 

     5 进行事务和查询测试

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-05
  • 2021-03-30
  • 2021-08-27
  • 2021-12-08
  • 2021-04-11
  • 2021-12-17
  • 2021-06-11
猜你喜欢
  • 2021-12-10
  • 2021-06-12
  • 2021-09-11
  • 2021-07-02
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案