You are here: DEVPPL Forum Programming PHP and MySQL Forum
NOTIFICATIONS
54.319
MEMBERS
15.720
TOPICS
62.404
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Apache2, PHP and MYSQL install and config

0

Loading

Apache2, PHP and MYSQL install and config

Postby Kali » Wed Dec 01, 2004 12:04 am

Hello,

Please can someone guide me through installing and configuring Apache 2, PHP(not 5) and MYSQL (not 5).

I have tried many guides but did not succeed the configuration. :?

I now ask the experts to guide me through the process.

Thanks
Kali
 
Reputation: 0
Posts: 8
Joined: Tue Nov 30, 2004 11:39 pm
Highscores: 0
Arcade winning challenges: 0

Apache2, PHP and MYSQL install and config - Sponsored results

Sponsored results

Login to get rid of ads

 

0

Loading

Postby Kali » Wed Dec 01, 2004 12:05 am

on Windows XP by the way!

thanks
Kali
 
Reputation: 0
Posts: 8
Joined: Tue Nov 30, 2004 11:39 pm
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Malcolm » Wed Dec 01, 2004 5:17 am

Easiest first:

MySQL:
Download the binary package from here:
http://dev.mysql.com/downloads/mysql/4.1.html
Just run the windows installer, reboot your system and that should do it.

Apache:
Download the binary package from here:
http://gulus.usherbrooke.ca/pub/appl/ap ... no_ssl.msi
Run the windows installer, reboot and you should have apache running fine out of the box.

PHP4 and/or 5:
Download the binary package from here:
http://www.php.net/downloads.php
Be sure to grab the _full_ package eg:
PHP 4.3.9 zip package [6,953Kb] - 22 Sep 2004
or
PHP 5.0.2 zip package [7,538Kb] - 23 Sep 2004
as these packages include the modules for apache2 _AND_ have all the other goodies.
Now just follow the instructions here:
http://www.php.net/manual/en/install.wi ... pache2.php

It's pretty easy stuff, just take the time to read the instructions.
Malcolm
 
Reputation: 0
Posts: 198
Joined: Thu Oct 07, 2004 10:53 pm
Location: Ontario, Canada
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Rasmus Lindström » Wed Dec 01, 2004 8:07 am

Here is a good guide how to install AMP: http://internetmaster.com/installtutorial/

AMP = Apache, MySQL, PHP

And welcome to the DEVPPL forums =)
[url=http://www.linkedin.com/profile/view?id=96243938]Meet me on LinkedIn[/url]
[img]http://www.devppl.com/images/facebook_icon_small.jpg[/img] Help DEVPPL grow, [url=http://www.facebook.com/pages/DEVPPL/140524279390050]like DEVPPL on facebook[/url]!
Rasmus Lindström
Site Admin
 
Reputation: 18
Posts: 2834
Joined: Tue Aug 17, 2004 2:07 pm
Location: Sweden
Highscores: 1
Arcade winning challenges: 0
0

Loading

Postby ReFredzRate » Wed Dec 01, 2004 8:58 am

Did they get Apache 2 running stable with PHP and MySQL yet?
ReFredzRate
 
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Kali » Wed Dec 01, 2004 8:13 pm

Hey Guys,

thanks for your prompt reply.

I had already installed apache, mysql 5, php 5 on my computer and editted the config, php.ini files and made a mess of things.

How can i restart from scratch?

System restore to an earlier date? any ideas please.

thanks,

Kali

P.S. Im on Win XP
Kali
 
Reputation: 0
Posts: 8
Joined: Tue Nov 30, 2004 11:39 pm
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Rasmus Lindström » Wed Dec 01, 2004 9:52 pm

Can't you just uninstall apache and remove the php5 folder?
[url=http://www.linkedin.com/profile/view?id=96243938]Meet me on LinkedIn[/url]
[img]http://www.devppl.com/images/facebook_icon_small.jpg[/img] Help DEVPPL grow, [url=http://www.facebook.com/pages/DEVPPL/140524279390050]like DEVPPL on facebook[/url]!
Rasmus Lindström
Site Admin
 
Reputation: 18
Posts: 2834
Joined: Tue Aug 17, 2004 2:07 pm
Location: Sweden
Highscores: 1
Arcade winning challenges: 0
0

Loading

Postby Malcolm » Wed Dec 01, 2004 11:10 pm

For apache and mysql you can just use add/remove programs in the control panel; as for php you can just delete the main directory.

After uninstalling apache and mysql I'd sugget deleting their directories to remove any residue of the programs so your new install will be "fresh and clean".
Malcolm
 
Reputation: 0
Posts: 198
Joined: Thu Oct 07, 2004 10:53 pm
Location: Ontario, Canada
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Kali » Fri Dec 03, 2004 2:17 am

Thanks again peeps,

will give that a try (if i delete the files, it is never clean, when i install for the second time, i am always told that this file and that file already exists! ie from the previous installation)

But I will give it a try.

Cheers

Kali :)
Kali
 
Reputation: 0
Posts: 8
Joined: Tue Nov 30, 2004 11:39 pm
Highscores: 0
Arcade winning challenges: 0
^ Back to Top