---
title: 验证FastDB
description: "此处只展示登录、查询、退出，其它具体操作参考验证FastDB。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdbs/ecosystemEnable/FastDB/openmind_fastdb376_03_0010.html
sourcePath: /source/zh/kunpengdbs/ecosystemEnable/FastDB/openmind_fastdb376_03_0010.html
indexId: b476ba2e545d767e844ec0649b1e03afeef10a64502277785060804e73e72d1876
---
# 验证FastDB

此处只展示登录、查询、退出，其它具体操作参考验证FastDB。


1. 初始化数据库并登录。
  1 2 cd /usr/local/fastdb/bin ./subsql

2. 查看数据库常用操作。
  1 help

3. 退出数据库。
  1 exit
