-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34e0223
commit 3728936
Showing
2 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 所有应用考虑了用户需要的:数据库主机名、账号和密码等,可以通过其管理页面的【数据库】标签页查看。 | ||
|