本文为您介绍如何删除数据库。 删除数据库teledb_db_new teledb=# drop database teledb_db_new; 仍有会话连接数据库时,会报错 ERROR: database "teledb_db_new" is being accessed by other users DETAIL: There is 1 other session using the database.
接口描述 删除数据库账号。调用该接口时,实例状态需要为运行中,否则将操作失败。 请求方法 POST URI /v1/inst-user/drop 请求参数 名称 位置 类型 必选 说明 prodInstId body Long 是 实例id username body String 是 用户账号 force body Boolean 否 是否强制删除,默认为false。