云数据库Redis版支持创建多个账号,且支持设置只读、读写或复制权限,帮助您更加灵活地管理实例,最大限度地避免误操作,提升数据安全性。
前提条件
说明 如果实例的引擎版本不满足要求,您可以评估业务后升级实例的引擎版本,详情请参见
升级大版本。
操作步骤
常见问题
Q:实例创建好后,怎么已经有账号了?
A:为保障数据安全性,实例完成创建后会自动创建默认账号,该账号的密码在您创建实例时已指定(密码忘记可重置)。
说明 默认账号为default,如果没有default则默认账号为以实例ID命名的账号(例如r-bp10noxlhcoim2****)。
Redis账号名保留字
创建账号时,账号名不能为下述保留字,保留字以英文逗号(,)分隔列举:
首字母 | 保留字 |
---|---|
a~c | add,admin,all,alter,analyze,and,as,asc,asensitive,aurora,before,between,bigint,binary,blob,both,by,call,cascade,case,change,char,character,check,collate,column,condition,connection,constraint,continue,convert,create,cross,current_date,current_time,current_timestamp,current_user,cursor |
d~f | database,databases,day_hour,day_microsecond,day_minute,day_second,dec,decimal,declare,default,delayed,delete,desc,describe,deterministic,distinct,distinctrow,div,double,drc_rds,drop,dual,each,eagleye,else,elseif,enclosed,escaped,exists,exit,explain,false,fetch,float,float4,float8,for,force,foreign,from,fulltext |
g~l | goto,grant,group,guest,having,high_priority,hour_microsecond,hour_minute,hour_second,if,ignore,in,index,infile,information_schema,inner,inout,insensitive,insert,int,int1,int2,int3,int4,int8,integer,interval,into,is,iterate,join,key,keys,kill,label,leading,leave,left,like,limit,linear,lines,load,localtime,localtimestamp,lock,long,longblob,longtext,loop,low_priority |
m~r | match,mediumblob,mediumint,mediumtext,middleint,minute_microsecond,minute_second,mod,modifies,mysql,natural,no_write_to_binlog,not,null,numeric,on,optimize,option,optionally,or,order,out,outer,outfile,precision,primary,procedure,purge,raid0,range,read,reads,real,references,regexp,release,rename,repeat,replace,replicator,require,restrict,return,revoke,right,rlike,root |
s~z | schema,schemas,second_microsecond,select,sensitive,separator,set,show,smallint,spatial,specific,sql,sql_big_result,sql_calc_found_rows,sql_small_result,sqlexception,sqlstate,sqlwarning,ssl,starting,straight_join,table,terminated,test,then,tinyblob,tinyint,tinytext,to,trailing,trigger,true,undo,union,unique,unlock,unsigned,update,usage,use,using,utc_date,utc_time,utc_timestamp,values,varbinary,varchar,varcharacter,varying,when,where,while,with,write,x509,xor,xtrabak,year_month,zerofill |
相关API
API接口 | 说明 |
---|---|
CreateAccount | 在Redis实例中创建有特定权限的账号。 |
GrantAccountPrivilege | 修改Redis实例中账号的权限。 |
ModifyAccountDescription | 修改Redis实例中账号的描述。 |
ModifyAccountPassword | 修改Redis实例中指定账号的密码。 |
DeleteAccount | 删除Redis实例中的指定账号。 |