书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 109652 个相关结果.
  • User management

    User management Creating users Modifying users User session information User management Users can be managed using the UserManager which is injected from the ServerContainer...
  • > User object

    303 2021-03-05 《Zabbix v5.2 Manual》
    > User object User Media > User object The following objects are directly related to the user API. User The user object has the following properties. Property Type Desc...
  • DROP USER

    DROP USER 功能描述 注意事项 语法格式 参数说明 示例 相关链接 DROP USER 功能描述 删除用户,同时会删除同名的schema。 注意事项 须使用CASCADE级联删除依赖用户的对象(除数据库外)。当删除用户的级联对象时,如果级联对象处于锁定状态,则此级联对象无法被删除,直到对象被解锁或锁定级联对象的进程被杀...
  • CREATE USER

    CREATE USER Synopsis Description Parameters Clauses WITH CREATE USER Create a new database user. Table of Contents Synopsis Description Parameters Clauses WITH ...
  • User management

    User management CREATE USER ALTER USER DROP USER List users User management User account information is stored in the cluster metatdata of CrateDB and supports the fo...
  • User Management

    User Management Introduction CREATE USER ALTER USER DROP USER List Users User Management Note User management is an enterprise feature . Table of Contents Introd...
  • User Settings

    Within Rancher, each user has a number of settings associated with their login: personal preferences, API keys, etc. You can configure these settings by choosing from the User Set...
  • ALTER USER

    描述 格式 参数解释 示例 描述 该语句主要用于执行以下操作: 修改 OceanBase 用户的密码。 修改 OceanBase 用户连接的加密方式。 修改 OceanBase 用户的 Primary Zone。 说明 必须拥有 UPDATE USER 的权限,才可以执行本命令。 格式 修改用户密码 ALTER ...
  • RENAME USER

    描述 格式 参数解释 示例 描述 该语句用于修改 OceanBase 登录用户的用户名。 说明 必须拥有全局 CREATE USER 权限,才可以使用本命令。 格式 RENAME USER 'oldusername' TO 'newusername' [, 'oldusername' TO 'newusername...
  • CREATE USER

    CREATE USER Synopsis Description Parameters Clauses WITH CREATE USER Create a new database user. Synopsis CREATE USER username [ WITH ( user_parameter = value...