Replies: 1 comment 1 reply
-
Can you try: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having issues connecting to a public mysql instance: this works:
mysql -u anonymous -h mysql-eg-publicsql.ebi.ac.uk -D fusarium_oxysporum_core_56_109_2 -P 4157
There is no password.
I've got a freshly-activated trial version v2.27.0, and I've tried the following connect strings:
jdbc:mysql://mysql-eg-publicsql.ebi.ac.uk:4157/fusarium_oxysporum_core_56_109_2
jdbc:mysql://[email protected]:4157/fusarium_oxysporum_core_56_109_2
jdbc:mysql://anonymous:@mysql-eg-publicsql.ebi.ac.uk:4157/fusarium_oxysporum_core_56_109_2
jdbc:mysql://anonymous:[email protected]:4157/fusarium_oxysporum_core_56_109_2
jdbc:mysql://address=(host=mysql-eg-publicsql.ebi.ac.uk)(port=4157)(user=anonymous)/fusarium_oxysporum_core_56_109_2
jdbc:mysql://address=(host=mysql-eg-publicsql.ebi.ac.uk,port=4157,user=anonymous)
All fail with access denied. How should I use a null password?
Beta Was this translation helpful? Give feedback.
All reactions