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

Make MySQL available from host system #123

Open
r8 opened this issue May 27, 2015 · 0 comments
Open

Make MySQL available from host system #123

r8 opened this issue May 27, 2015 · 0 comments
Assignees
Milestone

Comments

@r8
Copy link
Owner

r8 commented May 27, 2015

create user 'root'@'10.0.2.2' identified by 'vagrant';
grant all privileges on *.* to 'root'@'10.0.2.2' with grant option;
flush privileges;
@r8 r8 added the enhancement label May 27, 2015
@r8 r8 added this to the v1.1.0 milestone May 27, 2015
@r8 r8 self-assigned this May 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant