NYCPHP Meetup

NYPHP.org

[nycphp-talk] Installing PHP/MySQL on in-house MS server

Daniel Convissor danielc at analysisandsolutions.com
Tue Jan 15 10:29:39 EST 2008


On Mon, Jan 14, 2008 at 09:59:17PM -0500, B.A.S. wrote:

> but can get outside hosting if necessary. He said I'm welcome to install 
> PHP/MySQL on the in-house server, but I'd have to configure them myself.

Installing MySQL on Windows is pretty easy and can be done securely.  An 
important factor is setting it up the MySQL service to run as a 
non-privileged user.  My MySQL Basics tutorial page gives you step by 
step instructions on how to do that:

http://www.analysisandsolutions.com/code/mysql-tutorial.htm

Same kind of drill with Apache -- run the service under a non-privileged 
user.  Though you _can_ skip Apache by running PHP under IIS if they're 
crazy enough to use that.

But I'm a fan of getting someone else to manage the servers.  One less 
thing for me to worry about.

--Dan

-- 
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
            data intensive web and database programming
                http://www.AnalysisAndSolutions.com/
 4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335 f: 718-854-0409



More information about the talk mailing list