r8 / vagrant-lamp

My default LAMP development stack for Vagrant
http://r8.github.io/vagrant-lamp/
752 stars 255 forks source link

Make MySQL available from host system #123

Open r8 opened 9 years ago

r8 commented 9 years ago
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;