diff --git a/docs/user/credentials.mdx b/docs/user/credentials.md similarity index 95% rename from docs/user/credentials.mdx rename to docs/user/credentials.md index 426aa436..8a68e72c 100644 --- a/docs/user/credentials.mdx +++ b/docs/user/credentials.md @@ -3,9 +3,6 @@ sidebar_position: 1 slug: /user/credentials --- -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; - # 账号 diff --git a/docs/user/database.md b/docs/user/database.md new file mode 100644 index 00000000..7e49bfa8 --- /dev/null +++ b/docs/user/database.md @@ -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 所有应用考虑了用户需要的:数据库主机名、账号和密码等,可以通过其管理页面的【数据库】标签页查看。 +