You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/01/06 09:32:07 UTC

[GitHub] [incubator-dolphinscheduler] xwhfcenter opened a new issue #1732: [BUG] Can't connect MySQL metadata databases

xwhfcenter opened a new issue #1732: [BUG] Can't connect MySQL metadata databases
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1732
 
 
   java.sql.SQLException: Access denied for user 'dolphin'@'<ip>' (using password: YES)
   
   I  have GRANT ALL ON dolphinscheduler.* TO dolphin@'%' IDENTIFIED BY '<password>';
   
   but it cannot connect. If I change to user root, it can do 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] xwhfcenter closed issue #1732: [BUG] Can't connect MySQL metadata databases

Posted by GitBox <gi...@apache.org>.
xwhfcenter closed issue #1732: [BUG] Can't connect MySQL metadata databases
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1732
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] xwhfcenter commented on issue #1732: [BUG] Can't connect MySQL metadata databases

Posted by GitBox <gi...@apache.org>.
xwhfcenter commented on issue #1732: [BUG] Can't connect MySQL metadata databases
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1732#issuecomment-571116096
 
 
   But the code use jdbc  to connect mysql

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] liwenhe1993 commented on issue #1732: [BUG] Can't connect MySQL metadata databases

Posted by GitBox <gi...@apache.org>.
liwenhe1993 commented on issue #1732: [BUG] Can't connect MySQL metadata databases
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1732#issuecomment-571071195
 
 
   If it cannot connect, please try to use mysql-cli.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [dolphinscheduler] paul-yangmy commented on issue #1732: [BUG] Can't connect MySQL metadata databases

Posted by GitBox <gi...@apache.org>.
paul-yangmy commented on issue #1732:
URL: https://github.com/apache/dolphinscheduler/issues/1732#issuecomment-1082561003


   +1. I use v2.0.5. It also appears this problem by using $.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] xwhfcenter commented on issue #1732: [BUG] Can't connect MySQL metadata databases

Posted by GitBox <gi...@apache.org>.
xwhfcenter commented on issue #1732: [BUG] Can't connect MySQL metadata databases
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1732#issuecomment-572352436
 
 
   I have fixed this problem. Because of my password of the database including a comma, then Spring boot read properties from application-dao.properties with wrong pass word. 
   Maybe we should open the encryption function of Druid?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] liwenhe1993 commented on issue #1732: [BUG] Can't connect MySQL metadata databases

Posted by GitBox <gi...@apache.org>.
liwenhe1993 commented on issue #1732: [BUG] Can't connect MySQL metadata databases
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1732#issuecomment-571412027
 
 
   Please verify that the username and password are correct by mysql-cli.
   Thanks.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services