Skip to content

Commit

Permalink
add db
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 committed Jan 19, 2024
1 parent 34e0223 commit 3728936
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/user/credentials.mdx → docs/user/credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ sidebar_position: 1
slug: /user/credentials
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';


# 账号

Expand Down
29 changes: 29 additions & 0 deletions docs/user/database.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
sidebar_position: 10
slug: /user/database
---

# 管理数据库

虽然 Websoft9 在默认情况下,没有安装任何一个数据库管理工具。但是,我们在应用商店的【数据库】>【管理与迁移】类目提供了诸多热门的 Web 版的数据库管理工具。

![](https://libs.websoft9.com/Websoft9/DocsPicture/zh/websoft9/websoft9-appstore-dbmanagelist.png)

## 工具对照表

下面我们在列出常见的数据库与管理工具对应表,供您参考:

| 数据库 | 管理员 | 端口 | Web 版管理工具 |
| --------------- | -------- | ----- | ----------------------- |
| MySQL | root | 3306 | phpMyadmin, CloudBeaver |
| MariaDB | root | 3306 | phpMyadmin, CloudBeaver |
| PostgreSQL | postgres | 5432 | pgAdmin, CloudBeaver |
| SQL Server | sa | 1433 | CloudBeaver |
| MongoDB | root | 27017 | MongoDB Compass |
| Oracle Database | system | 1521 | CloudBeaver |
| Redis || 6379 | RedisInsight |

## 应用数据库信息

Websoft9 所有应用考虑了用户需要的:数据库主机名、账号和密码等,可以通过其管理页面的【数据库】标签页查看。

0 comments on commit 3728936

Please sign in to comment.