Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

connect to mysql via SQLYog #133

Open
karolisbarkauskas opened this issue Oct 21, 2015 · 2 comments
Open

connect to mysql via SQLYog #133

karolisbarkauskas opened this issue Oct 21, 2015 · 2 comments

Comments

@karolisbarkauskas
Copy link

Hello,
how can I connect to this WM via sqlYog or HeidiSQL?

Awesome job, looking forward for your answer !

@Das123
Copy link

Das123 commented Mar 17, 2016

This question is a bit old and I also needed to solve this. I found the answer here although it didn't relate specifically to SQLYog... https://gielberkers.com/how-to-connect-to-mysql-in-vagrant-from-your-host-machine/

To do this in SQLYog using default ports from r8:
File --> New Connection
New [Name of Connection]

MySQL Tab:
MySQL Host Address: 127.0.0.1
Username: root
Password: vagrant
Port: 3306

SSH Tab:
Check Use SSH Tunneling
SSH Host Address: 127.0.0.1
Username: vagrant
SSH Port: 2222
Password: vagrant

Test Connection
Connect
Profit. :)

I guess the ports would need to be changed if you amend the Vagrantfile settings.

@plindsay
Copy link

plindsay commented Sep 8, 2016

hi there, I get an error in Sequel Pro when I try to connect to MySQL - here is a screenshot -
screenshot 2016-09-08 18 28 46

Can anyone help? Bit stuck!

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants