Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

[FEATURE] Allow connection to mySQL server over SSH #11

Open
ghost opened this issue Nov 30, 2013 · 6 comments
Open

[FEATURE] Allow connection to mySQL server over SSH #11

ghost opened this issue Nov 30, 2013 · 6 comments

Comments

@ghost
Copy link

ghost commented Nov 30, 2013

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

@tlayh
Copy link
Owner

tlayh commented Nov 30, 2013

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.

@ghost
Copy link
Author

ghost commented Nov 30, 2013

no, i destroyed the TYPO3 Neos box before. thank you for your fast relply anyway!

@tlayh
Copy link
Owner

tlayh commented Nov 30, 2013

Go to /etc/mysql and edit my.cnf

Find: bind-address = 10.0.2.15
Remove the line, restart mysql and it will work. I am not sure how this can be set directly in the setup.

@tlayh
Copy link
Owner

tlayh commented Nov 30, 2013

Fix commited, I removed the bind_address parameter for now.

@tlayh
Copy link
Owner

tlayh commented Nov 30, 2013

Btw. for some reason I had to use SSH Port 22 instead of 2222

@tlayh
Copy link
Owner

tlayh commented Nov 30, 2013

settings-typo3cms-sequel

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

1 participant