This repository has been archived by the owner on May 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
[FEATURE] Allow connection to mySQL server over SSH #11
Comments
Are both boxes running at the same time? Make sure the SSH port is the correct one. If vagrant detects that one box is already running it is taking a different SSH port. But I must say I have never tried to connect to the database via SSH. |
no, i destroyed the TYPO3 Neos box before. thank you for your fast relply anyway! |
Go to /etc/mysql and edit my.cnf Find: bind-address = 10.0.2.15 |
Fix commited, I removed the bind_address parameter for now. |
Btw. for some reason I had to use SSH Port 22 instead of 2222 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I could not manage to connect to the mySQL server over SSH from the host machine. is this a missing feature or is there maybe something i did wrong?
these are the connection settings i used:
http://d.pr/i/sDDk
it leads to this error messages:
http://d.pr/i/C5pG
http://d.pr/i/GED8
note: i can successfully connect to the mySQL server in your TYPO3 Neos vagrant box [1]. i already tried to find the differences in the vagrant/chef configuration between these to vagrant boxes but could not manage to find the configuration which could solve my problem.
are you able to connect to the mySQL server over SSH? do you know a better way? is there a solution for my problem?
kind regards
roland
[1] http://d.pr/i/5RON
The text was updated successfully, but these errors were encountered: