Configure Apache for mysql.
am 02.11.2004 04:44:08 von James Smith
------=_NextPart_000_0006_01C4C0EA.68B8AC70
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Im having problems getting mysql to work on apache server. I installed =
Apache in the Directory c:\webserver and that works fine but i installed =
mysql in the dir c:\apache\mysql and i dont know what else i have to do =
to configure the server to run mysql ? Please help
------=_NextPart_000_0006_01C4C0EA.68B8AC70--
RE: Configure Apache for mysql.
am 02.11.2004 14:51:52 von rnurse
Are you trying to configure MySQL to be used directly by Apache or by
PHP or CF or some other application server?
Robert Nurse
STG
Contractor - Applications Development
Enterprise Management Center
Computational & Information Sciences Directorate
-----Original Message-----
From: James Smith [mailto:robochippy@iprimus.com.au]=20
Sent: Monday, November 01, 2004 10:44 PM
To: win32@lists.mysql.com
Subject: Configure Apache for mysql.
Im having problems getting mysql to work on apache server. I installed
Apache in the Directory c:\webserver and that works fine but i installed
mysql in the dir c:\apache\mysql and i dont know what else i have to do
to configure the server to run mysql ? Please help
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=3Dgcdmw-win32@m.gmane.org
Re: Configure Apache for mysql.
am 02.11.2004 19:42:18 von phpWalter
> Im having problems getting mysql to work on apache server. I installed
> Apache in the Directory c:\webserver and that works fine but i installed
> mysql in the dir c:\apache\mysql and i dont know what else i have to do
> to configure the server to run mysql ? Please help
Well, firsat of all MySQL doesn't run on/under Apache.
MySQL is a Datbase Server.
Apache is a Web Server.
They have no direct means of communication.
MySQL stores information, and gives it to applications that request this
information in what ever pattern that application needs/requests.
Apache servers "pages" of information. Where that information comes from
is not the concern of Apache.
If you want to retrieve information from MySQL and have it "servers" to
others via Apache, you need an application written in your favorite
language.
Many use PHP, Perl, C, Java, Python, .NET.
Take your choice.
If you want a rock solid windows-based installation and configuration,
drop over to...
http://web.torres.ws/dev/php/walters_way
That will tel you how to install MySQL, Apache, PHP and Perl and get
PHP/Perl to communicate via Apache.
PHP/Perl communicating to MySQL is another ball of wax. There are many PHP
and Perl lists and web sites that can help you in that regard.
Also, phpMyAdmin is a great MySQL administration tool. It uses PHP to
communicate and control your MySQL database and uses Apache to comunicate
with you.
Good luck.
Walter
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org
Re: Configure Apache for mysql.
am 03.11.2004 05:23:04 von drjuice
Hi, James - Nothing else needs to be done. You need to have both
servers running and then put in some code (PHP, Perl, python, ASP,
ASP.NET, whatever) to collect the input data (web form) then transmit it
to some processing code for validation and submission to the database.
I'd suggest using the appropriate Visual Blueprint or VisualQuickStart
book to get going there.
HTH.
vh
--
\ / Virginia R. Hetrick, here in sunny California
0 Voicemail: 310.471.1766 Email: drjuice@gte.net
Oo "There is always hope."
My health site: http://www.yana.org/hetrick
Site of the month: http://www.washington.edu/cambots/camera1_l.gif
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org