I am trying to connect to a mysql database on a windows server from linux. I don't have much experience working with Windows at all, especially windows server. How do I go about making a connection to the mySQL database from Linux? I was also wondering (and this should maybe be a different thread) if there is a Windows equivalent to the apache .htaccess file that would handle rewrites?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
migrated from stackoverflow.com Feb 21 '12 at 3:49
|
Where the settings are placed depend on the client you're using, but you must specify the remote (Linux) host machine's address and port number (at least if not default) when connecting your client. It is possible to run Apache on Windows. If you're trying to run a different web server, you need to to split that to another question. |
|||
|
|