I'm trying to set up mySql on Windows Server 2003 and I'm having a bit of a problem. When I launch the Sql(at machine startup) it attaches itself to the localhost 127.0.0.1. I can connect to it while running locally, but a web app that needs the data cannot connect to it.
I'm new to all this server business, I may simply be overlooking something in the server setup part of it, but it would be nice if there was a utility that would detach a process from one port and adapter and connect it to another. If there is such an app I would like to know about it.







Logged
When looking through (oh, by the way I did know that, but I forgot it) the server management panel it listed the services running as running on the address of the lan connection, mysql however isn't loaded through the config panel so it doesn't show up there. When I run EssentialNet Tools port scanner on the server box from the laptop I see that the port is open. That doesn't mean however that I'm having any luck accessing the sql part from either the local network, or from the internet, but then again I've never even seen the inside of an sql database let alone tried to administer one. I have alot of reading to do. Thankfully the project I'm setting it up for isn't on a deadline.