We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to connect from outside (non-virtual machine) to mysql on that. I won't use phpmyadmin ;) 10.10.10.10 IP address is of course visible for me.
I forwarded port in Vagrantfile (host: 3306, guest: 15306). I also think the playbook settings fits all. Changed network to Allow All in virtualbox.
Maybe some how created user 'vagrant'@'%' and granted him to everything...
it tells (111) error number, so it's rejected
What should I do? Thanks for that project! :D
The text was updated successfully, but these errors were encountered:
Makes sense. I pushed a fix as suggested (you may have to vagrant destroy to recreate the mysql users). Can you confirm that it works as intended?
vagrant destroy
Sorry, something went wrong.
Sorry, I will try it when I have time... but not today :(
For you it works? Have you try it?
No branches or pull requests
I want to connect from outside (non-virtual machine) to mysql on that. I won't use phpmyadmin ;) 10.10.10.10 IP address is of course visible for me.
I forwarded port in Vagrantfile (host: 3306, guest: 15306).
I also think the playbook settings fits all. Changed network to Allow All in virtualbox.
Maybe some how created user 'vagrant'@'%' and granted him to everything...
it tells (111) error number, so it's rejected
What should I do?
Thanks for that project! :D
The text was updated successfully, but these errors were encountered: