摘要:
1、創建普通用戶并將wheel群添加進次要組群 [root@centos83 mysql]# vi sudo // 如果 %wheel 前面有 # ,刪除它,然后保存后退出 ## Allows people in group wheel to run all commands %wheel ALL= 閱讀全文
摘要:
1、創建sde用戶并授權 drop user sde cascade; create user sde identified by cabletech; grant create user,drop user,alter user,create any view,connect,resource,d 閱讀全文