vtlim commented on code in PR #17031: URL: https://github.com/apache/druid/pull/17031#discussion_r1754914225
########## docs/development/extensions-core/mysql.md: ########## @@ -90,7 +107,7 @@ This extension also supports using MariaDB server, https://mariadb.org/download/ CREATE DATABASE druid DEFAULT CHARACTER SET utf8mb4; -- create a druid user - CREATE USER 'druid'@'localhost' IDENTIFIED BY 'diurd'; + CREATE USER 'druid'@'localhost' IDENTIFIED BY 'druid'; Review Comment: ```suggestion CREATE USER 'druid'@'localhost' IDENTIFIED BY 'password'; ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
