MySQL Forums
Forum List  »  Newbie

Re: Test local connection to mysql virtual server
Posted by: Peter Brawley
Date: December 01, 2017 11:32PM

One way: open a cmd prompt, run ...

ipconfig /all | more

... and scroll till it shows data for something like "Ethernet Virtual Box". Look for "Autoconfiguration IPv4 Address". Now issue ...

mysql -hTHAT_ADDRESS -uMYSQL_USERNAME -pMYSQL_PSWD

Options: ReplyQuote


Subject
Written By
Posted
Re: Test local connection to mysql virtual server
December 01, 2017 11:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.