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 e58f41a Update standalone-deployment.md
e58f41a is described below
commit e58f41a028d2028062e8027ab258969431e6ae30
Author: xingchun-chen <[email protected]>
AuthorDate: Thu Jul 23 14:17:46 2020 +0800
Update standalone-deployment.md
modify mysql
---
docs/en-us/1.3.1/user_doc/standalone-deployment.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en-us/1.3.1/user_doc/standalone-deployment.md
b/docs/en-us/1.3.1/user_doc/standalone-deployment.md
index cb702b8..2bbb27e 100644
--- a/docs/en-us/1.3.1/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.1/user_doc/standalone-deployment.md
@@ -124,7 +124,7 @@ sed -i 's/Defaults requirett/#Defaults requirett/g'
/etc/sudoers
- Into the database. The default database is PostgreSQL. If you select MySQL,
you need to add the mysql-connector-java driver package to the lib directory of
DolphinScheduler.
```
-mysql -h192.168.xx.xx -P3306 -uroot -p
+mysql -uroot -p
```
- After entering the database command line window, execute the database
initialization command and set the user and password. **Note: {user} and
{password} need to be replaced with a specific database username and password**