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

Make MySQL available from host system #123

@r8

Description

@r8
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;

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions