ConcertE-BusinessJokesKuliahMusicMYSQLPHPProgramming

WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.

Tutorial instal apache-php-mysql

bingung mo mosting apa.. jadi mosting ini aja deh. :)

Pertama2 harus punya aplikasinya dong,cari disini aja..

- Apache http server:http://httpd.apache.org/

- PHP:www.php.net

- MYSQL:www.mysql.com.

Langkah2..

1. Install apache.

2. Unzip paket php.zip,extract ke c:\php.

3. Install mysql.

4. Copy php.ini-dist dari c:\php ke c:\windows(utk os xp),trus rename jadi php.ini

5. Copy php5ts.dll(PHP 5) ato php4ts.dll(PHP 4) dari c:\php ke c:\windows\system32.

6. buka php.ini yang di kopi ke c:\windows tadi(pake text editor),trus rubah
nilai documet root jadi “c:\phpfiles”
dan nilai Directory jadi “c\phpfiles”

7. Buat folder phpfiles di C:\ (buat naro source2 php-nya) .

8. Edit file httpd.conf(klo apache2 di xp pathnya di C:\Program Files\Apache Group\Apache2\conf) . tambahin script berikut di baris pertama:

ScriptAlias /php/ “c:/php/”
AddType application/x-httpd-php .php

# For PHP 4
Action application/x-httpd-php “/php/php.exe”
LoadModule php4_module “c:/php/sapi/php4apache2.dll”
AddType application/x-httpd-php .php

#for PHP 5
Action application/x-httpd-php “/php/php-cgi.exe”
LoadModule php5_module c:\php\php5apache2.dll
AddType application/x-httpd-php .php

(ket:pilih salah satu sesuai versi php) .

9. Restart service Apache dan PHP siap digunakan :D

moga2 membantu..

2 comments to Tutorial instal apache-php-mysql

  • jirman

    mo tanya om,kalo setting php/apache agar bisa mendetek mysql gimana..?
    tks..

  • martoink

    maksudnya mendetek mysql apa nih? klo yang dimaksud konek/administrasi mysql coba aja download phpmyadmin,dengan menggunakan phpmyadmin administrasi mysql jadi user friendly..

Leave a Reply

  

  

  

You can use these HTML tags

<a href=""title=""><abbr title=""><acronym title=""><b><blockquote cite=""><cite><code><del datetime=""><em><i><q cite=""><strike><strong>