diff --git a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md index 62d53ddd556..ef7f09c3cec 100644 --- a/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md +++ b/docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md @@ -198,43 +198,6 @@ $ sudo /dashboard/scripts/dashboard.service restart all #重启 Dashboard 所有 sudo rpm -ivh nebula-dashboard-ent-xxx.rpm --prefix= ``` - 在可视化的安装过程中,用户需要输入 License 的路径,选择存放元数据的数据库,目前支持 SQLite 和 MySQL。 - - 例如: - - === "SQLite" - - ```bash - Nebula Dashboard Enterprise version need license, please enter the license file path(~/nebula.license): /home/vesoft/license/nebula.license - - Which database do you want to use? [sqlite | mysql]:sqlite # 不填默认为 SQLite。 - - Do you want to start the service now? [Y/N]: y - ``` - - === "MySQL" - - ```bash - Nebula Dashboard Enterprise version need license, please enter the license file path(~/nebula.license): /home/vesoft/license/nebula.license # license的存放路径。 - - Which database do you want to use? [sqlite | mysql]:mysql - - Step1: set mysql database config - - Enter mysql host(127.0.0.1): 192.168.8.157 # 连接的 MySQL 数据库的 IP 地址。 - - Enter mysql service port(3306): # 连接的 MySQL 数据库的端口号。默认3306。 - - Enter mysql username(root): # 登录 MySQL 的账户。 - - Enter mysql password(nebula): # 登录 MySQL 的密码。 - - Enter mysql database name(dashboard): # MySQL 数据库名称。 - - Do you want to start the service now? [Y/N]: y - - ``` - 3. (可选)使用以下命令查看所有服务状态、启动服务。 ```