expose db in virtualbox

Solutions on MaxInterview for expose db in virtualbox by the best coders in the world

showing results for - "expose db in virtualbox"
Jan
20 Feb 2020
1GRANT ALL ON *.* to 'username'@'192.168.33.1' IDENTIFIED BY 'password' WITH GRANT OPTION;
2flush privileges;