EricGao888 commented on code in PR #9659:
URL: https://github.com/apache/dolphinscheduler/pull/9659#discussion_r855766086
##########
docs/docs/en/guide/installation/pseudo-cluster.md:
##########
@@ -146,10 +146,29 @@ mysql> GRANT ALL PRIVILEGES ON dolphinscheduler.* TO
'{user}'@'localhost' IDENTI
mysql> flush privileges;
```
+The script above does not work for latest verisons (e.g. 8.0.27) of mysql, use
the script below instead:
Review Comment:
Sure, I will fix it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]