Re: how to restart mysql and apache?

2006-05-10 Thread Dilipkumar
Hi, If it is your default apache /usr/sbin/apachectl start and mysql /etc/init.d/mysql.server start This might help you out. Daniel da Veiga wrote: On 5/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: found this: /etc/rc.d/init.d/mysqld restart /etc/rc.d/init.d/httpd2 restart I thin

Re: how to restart mysql and apache?

2006-05-09 Thread afan
Thanks Daniel! -afan > On 5/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> found this: >> /etc/rc.d/init.d/mysqld restart >> /etc/rc.d/init.d/httpd2 restart >> >> I think it should work? >> > > Yeah, different systems, different locations, but the same purpose... > > -- > Daniel da Veiga

Re: how to restart mysql and apache?

2006-05-09 Thread Daniel da Veiga
On 5/9/06, Edward Vermillion <[EMAIL PROTECTED]> wrote: On May 9, 2006, at 1:50 PM, Daniel da Veiga wrote: > On 5/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> hi again, >> I have to restart as soon as possible mysql and apache on our web >> server &g

Re: how to restart mysql and apache?

2006-05-09 Thread Daniel da Veiga
On 5/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: found this: /etc/rc.d/init.d/mysqld restart /etc/rc.d/init.d/httpd2 restart I think it should work? Yeah, different systems, different locations, but the same purpose... -- Daniel da Veiga Computer Operator - RS - Brazil -BEGIN GEEK

Re: how to restart mysql and apache?

2006-05-09 Thread Daniel da Veiga
On 5/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: hi again, I have to restart as soon as possible mysql and apache on our web server (mandrake cooker 10) - since our admin is "out of office" for today. Are you sure you MUST restart those services? AFAIK you run Linux exa

Re: how to restart mysql and apache?

2006-05-09 Thread afan
found this: /etc/rc.d/init.d/mysqld restart /etc/rc.d/init.d/httpd2 restart I think it should work? -afan > On 5/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> hi again, >> I have to restart as soon as possible mysql and apache on our web server >>

how to restart mysql and apache?

2006-05-09 Thread afan
hi again, I have to restart as soon as possible mysql and apache on our web server (mandrake cooker 10) - since our admin is "out of office" for today. if someone can ive me some instructions, please? 1. what I have to restart first apaceh or mysql - or desn't matter? 2. I have su

how to restart mysql and apache

2006-05-09 Thread afan
hi again, I have to restart as soon as possible mysql and apache on our web server (mandrake cooker 10) - since our admin is "out of office" for today. if someone can ive me some instructions, please? 1. what I have to restart first apaceh or mysql - or desn't matter? 2. I have su

RE: PHP, MySQL and Apache

2003-06-15 Thread Ow Mun Heng
ecoming Digital [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 2:58 AM To: [EMAIL PROTECTED] Subject: Re: PHP, MySQL and Apache If PHP was built without MySQL support, you need to recompile it. It should be in there, though, so check the php.ini file. Edward Dudlik Becoming Digital www.beco

Re: PHP, MySQL and Apache

2003-06-14 Thread Curtis Maurand
actually, its worse. upon re-reading you need to compile in the mysql drivers for mysql. configure --with-mysql= Curtis Subscriptions said: > The httpd.conf connects PHP to Apache. What connects PHP to MySQL? > > > I've looked through google and I can't find anything that makes since > to me.

Re: PHP, MySQL and Apache

2003-06-14 Thread Curtis Maurand
You need to recompile PHP against the 4.0.nn headers. Curtis Subscriptions said: > The httpd.conf connects PHP to Apache. What connects PHP to MySQL? > > > I've looked through google and I can't find anything that makes since > to me. Can someone point me in a direction as to where I can find t

Re: PHP, MySQL and Apache

2003-06-13 Thread John Nichel
Peter Burden wrote: Subscriptions wrote: The httpd.conf connects PHP to Apache. What connects PHP to MySQL? I've looked through google and I can't find anything that makes since to me. Can someone point me in a direction as to where I can find this out? The problem I'm having is I have PHP 4.3

Re: PHP, MySQL and Apache

2003-06-13 Thread henjay
, MySQL and Apache   Subscriptions wrote:   >The httpd.conf connects PHP to Apache. What connects PHP to MySQL? > > >I've looked through google and I can't find anything that makes since to me. >Can someone point me in a direction as to where I can find this out? > >T

Re: PHP, MySQL and Apache

2003-06-13 Thread Peter Burden
Subscriptions wrote: The httpd.conf connects PHP to Apache. What connects PHP to MySQL? I've looked through google and I can't find anything that makes since to me. Can someone point me in a direction as to where I can find this out? The problem I'm having is I have PHP 4.3.2, MySQL 4.0.13 and A

Re: PHP, MySQL and Apache

2003-06-13 Thread Becoming Digital
]> Sent: Friday, 13 June, 2003 13:49 Subject: PHP, MySQL and Apache The httpd.conf connects PHP to Apache. What connects PHP to MySQL? I've looked through google and I can't find anything that makes since to me. Can someone point me in a direction as to where I can find this out? The

PHP, MySQL and Apache

2003-06-13 Thread Subscriptions
The httpd.conf connects PHP to Apache. What connects PHP to MySQL? I've looked through google and I can't find anything that makes since to me. Can someone point me in a direction as to where I can find this out? The problem I'm having is I have PHP 4.3.2, MySQL 4.0.13 and Apache 2.0.46. I have

MySQL and Apache

2003-02-17 Thread Barry Fawthrop
Greetings, In trying the MySQL and Apache links found on the page doc/en/Apache.html I was trying the second option Why when I tried the CustomLog "|mysql -host... option above it didn't work ? I like the second option over the first because the SQL database is updated instantly a

Re: Need help installing PHP (Linux) with MySQL and Apache

2002-10-29 Thread Andrea Forghieri
I have been successful (after days of trying) with Apache 2.0.43 , PHP 4.2.3 on Redhat 7.3 I compiled php with ./configure --with-mysql --with-apxs2=/apth/to/apxs (apxs is under /path/to/apache2/bin) After 'make' and 'make install' you will find libphp4.so in /path/to/apache2/modules Then I add

Re: Need help installing PHP (Linux) with MySQL and Apache

2002-10-22 Thread John Coder
On Mon, 2002-10-21 at 13:07, Chip Rose wrote: > I can't get PHP-4.2.3 compiled to work with MySQL and Apache, despite months > of trying. Apache compiled ok, and so did MySQL -both work, on my Debian > Linux box. > > I've tried various combos of installing the Deb

Need help installing PHP (Linux) with MySQL and Apache

2002-10-21 Thread Chip Rose
I can't get PHP-4.2.3 compiled to work with MySQL and Apache, despite months of trying. Apache compiled ok, and so did MySQL -both work, on my Debian Linux box. I've tried various combos of installing the Deb packages, compiling from source, and various combinations thereto. I s