Answers for "access db from host to vm"

SQL
0

expose db in virtualbox

GRANT ALL ON *.* to 'username'@'192.168.33.1' IDENTIFIED BY 'password' WITH GRANT OPTION;
flush privileges;
Posted by: Guest on October-19-2020

Code answers related to "access db from host to vm"

Code answers related to "SQL"

Browse Popular Code Answers by Language