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

How to connect mysql on windows via Navicat? #8

Closed
minhluan259 opened this issue Mar 10, 2016 · 5 comments
Closed

How to connect mysql on windows via Navicat? #8

minhluan259 opened this issue Mar 10, 2016 · 5 comments

Comments

@minhluan259
Copy link

No description provided.

@paliarush
Copy link
Owner

As far as I know, all MySQL clients are able to create SSH tunnel, here is dedicated docs page for Navicat.

To get ssh credentials, navigate to project root folder (that which contains "Vagrantfile") and execute vagrant ssh-config. There you should see HostName (127.0.0.1), Port (custom for your installation), User (vagrant) and IdentityFile (custom path to SSH private key). It should also be possible to use vagrant password instead of private key.

@paliarush
Copy link
Owner

@minhluan259 will you be able to contribute PR with corresponding section to the readme? It would help other guys who might have the same question. Just avoid Navicat-specific guidance.

@minhluan259
Copy link
Author

Thank you. I have connect success with config:
image
image

Port from config.yam : 3192 (forwarded_ssh_port)
Username/password: vagrant/vagrant

@refaelgold
Copy link

There is an option to connect to mysql via IDE like phpstorm?

@paliarush
Copy link
Owner

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

3 participants