how to allow a remote machine to connect to a mysql database?
Posted
by iamrohitbanga
on Server Fault
See other posts from Server Fault
or by iamrohitbanga
Published on 2010-05-13T08:04:07Z
Indexed on
2010/05/13
8:14 UTC
Read the original article
Hit count: 327
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 privileges to username@ip
but what should be the username. i am not sure with windows.
© Server Fault or respective owner