how to allow a remote machine to connect to a mysql database?
Posted
by iamrohitbanga
on Stack Overflow
See other posts from Stack Overflow
or by iamrohitbanga
Published on 2010-05-13T07:59:20Z
Indexed on
2010/05/13
8:04 UTC
Read the original article
Hit count: 340
mysql
|remote-access
I have a mysqld server running on a windows 7 machine. how to allow a windows vista machine to connect to this server. I need to set some permissions using
grant all permissions to username@ip
but what should be the username and ip. i am not sure with windows.
© Stack Overflow or respective owner