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: 305

Filed under:
|

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

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: 305

Filed under:
|

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

Related posts about mysql

Related posts about remote-access