This is an automated email from the ASF dual-hosted git repository.
chenxingchun pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new a043b9a Update standalone-deployment.md
a043b9a is described below
commit a043b9a2f86efcab35f2435ca23eb4365a48b03b
Author: xingchun-chen <[email protected]>
AuthorDate: Thu Jul 23 14:16:13 2020 +0800
Update standalone-deployment.md
modify mysql
---
docs/zh-cn/1.3.1/user_doc/standalone-deployment.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
b/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
index 5d543e7..0840350 100644
--- a/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
@@ -68,7 +68,7 @@ chmod 600 ~/.ssh/authorized_keys
-
进入数据库,默认数据库是PostgreSQL,如选择MySQL的话,后续需要添加mysql-connector-java驱动包到DolphinScheduler的lib目录下
```
-mysql -h192.168.xx.xx -P3306 -uroot -p
+mysql -uroot -p
```
- 进入数据库命令行窗口后,执行数据库初始化命令,设置访问账号和密码。**注: {user} 和 {password}
需要替换为具体的数据库用户名和密码**