Can you set up a remote database server even if your Operating System is not Windows Server? E.g. Windows 7
Tell me more
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
Of course you can. For scaling most people use remote databases. Linux Mysql and PHP is a popular stack. When creating the connection you add the server hostname. Depending on the database vendor you have to enable remote connections though which however isn't a big deal. Depending on vendor not all databases are certified for Windows 7 as a production use. |
|||||
|