Hey,

I had my phpmyadmin installed on my Karmic Koala after quite a struggle. I created a database with table in it. Let's say my ip addr is something like 10.20.1.45


Now I'm trying to connect to this db remotely from my windows machine using ip addr through PHP code.

Is it possible to do that? If yes, do I need to change any permissions in my SQL db for remote connection.

Any Help!