Yeleights commented on issue #1812: [QUESTION] init datasource error URL: https://github.com/apache/incubator-dolphinscheduler/issues/1812#issuecomment-573972164 check if use navicat(sql client) connect ds metadata database success.   check create sql: `CREATE DATABASE dscheduler DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci; GRANT ALL PRIVILEGES ON dscheduler.* TO 'dscheduler'@'%' IDENTIFIED BY 'xxxx'; GRANT ALL PRIVILEGES ON dscheduler.* TO 'dscheduler'@'localhost' IDENTIFIED BY 'xxxx'; FLUSH PRIVILEGES;` then exec: sh create-dolphinscheduler.sh tips: check root user can access this database
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
