----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 2:00 AM
Subject: RE: May I raise a question?


> Thanks, Gerald,
>
> I'm trying to install the MySQL. Apache & Php in Windows 2000
> Professional. A book telling me that I should install them in the
> above sequence. Actually the error message is before the
> installation of Apache, is it the root cause? Should I try again
> after I start the server?

The MySQL installation stands on its own, and has, what MySQL is concerned,
nothing to do with Apache or PHP. Your book is right when suggesting the
install order; as, typically, you want to compile Apache with something like
"--with-mysql=/usr/local"; and then, thereafter, PHP with something like
"--with-apxs=/usr/local/www/bin/apxs".

None of this, I suddenly realize, is actually relevant, as you are on
Windoze, and probably are not compiling much of anything. :)

What you need to be concentrating on, is making sure MySQL runs as a
service. If memory serves me correctly, you will, depending on your binary,
have to run that binary with the --install parameter; like so:
"mysqld-max-nt --install". After that, check that it exists as a service,
and start the service if necessary.

- Mark

        System Administrator Asarian-host.org

---
"If you were supposed to understand it,
we wouldn't call it code." - FedEx


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to