Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank SSH user and/or password need a prompt when connecting, not a message dialog #129

Closed
b-fett opened this issue Feb 12, 2018 · 2 comments

Comments

@b-fett
Copy link

b-fett commented Feb 12, 2018

Expected behavior

Connection to be established successfully.

Current behavior

Raising error window "Can't connect to MySQL server on 'localhost' (10061)"

Steps to reproduce

  1. Create new connection with next settings:
  • Network type: MySQL (SSH tunnel)

  • Hostname / IP: localhost

  • Prompt for credentials: checked

  • SSH host + prot: my_host_IP

  • Username: blank

  • Password: blank

  1. Open created connection
  2. Type mysql credentials in according fields, hit Login
  3. Type SSH user name while focus on authentification dialog
    image
    and hit OK
  4. Error window appears here.

Context

  • HeidiSQL version: 9.5.0.5245
  • Database system + version: Ubuntu 16.04.3 LTS, 10.2.12-MariaDB
  • Operating system: Windows 7 (6.1.7601)

Failure Logs

Connecting to localhost via MariaDB (SSH tunnel), username root, using password: Yes ...
Attempt to create plink.exe process, waiting 4s for response ...
plink.exe -ssh my_host_IP -N -L 3307:localhost:3306
Can't connect to MySQL server on 'localhost' (10061)
Closing plink.exe process #2932 ...
@b-fett
Copy link
Author

b-fett commented Feb 12, 2018

plink version is 0.68

@ansgarbecker
Copy link
Collaborator

Blank SSH user + passwords are currently not supported by HeidiSQL, as this requires a prompting approach in the upcoming dialog.

@ansgarbecker ansgarbecker changed the title Fails to establish connection using SSH tunnel and blank SSH user credentials Blank SSH user and/or password need a prompt when connecting, not a message dialog Feb 12, 2018
@ansgarbecker ansgarbecker added this to the v9.6 milestone Feb 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants