|
|
|
|
![]() ![]() |
![]() ![]() ![]() Group: Members
Posts: 46 Joined: 19-June 04 Member No.: 31 |
Post
#1
Jun 20 2004, 02:06 PM
Someone was asking in the forums about downloading the PHP/mySQL and apache Server ..seperately...thst is a real headache ..Well.. today we'll learn how to install and run a program called EasyPHP. It is a combination of some common free web server software that put together into an easy to install package. Normally to download and install each separate component can take a long time, plus be a headache to configure them to work together properly. Please note that it's a French Software. It includes: 1. MySQL Database System 2. Apache Web Server 3. PHP Programming Language 4. PHP MyAdmin Database Interface That means you'll be able to run PHP or any other SQL DB driven PHP script after installing a single package straight away. Downloading: Go to www.easyphp.org and download the package straight away INSTALLING: 1. Run the 'EXE' file. This is the file you downloaded from the web site. An alart box will apear, click "yes" to continue. 2.Welcome Screen will appear. Click Next. 3. Accept the License Agreement. 4. After going thru the Warning Screen, select the install directory. I'd recommend you guys not to use the default path that install the program in the Program Files. Use a shorter path like C:\EasyPHP, I tell you you it will help ya in future. 5.Confirm the settings and click INSTALL 6. After finishing the main installation, it will show you some extra informations. Click NEXT to continue. 10. The final screen will ask if you would like to launch the welcome html page and also launch the program. Leave 'ouvrir la page d'accueil' checked if you would like to view the welcome page. Note that this page is in French. Click FINISH. RUNNING: 1. Find the EasyPHP folder and there click on the EasyPHP icon to run the package. 2. You'll see say "E with a dot" type of icon in the system tray if the program starts. Check if the red dot is blinking in the system tray, that ensures that the package is running without any error. TESTING: 1. Launch any internet browser and type HTTP://LOCALHOST in the address bar, please note that the local IP will also work in this case instead of LOCALHOST. Press ENTER. You'll se the EasyPHP welcome Screen if everything is ok. CONFIGURING APACHE: You'll have to edit the Apache Configuration File to point your webserver as well as the package to the right dir/index.html file so that whenever you or a visitor types your IP in his/your address bar, the right page appears. 1.To configure the Apache File please go thru C:\EasyPHP\apache\conf\ and open the HTTP.CONF file. Find the "DocumentRoot "C:/EasyPHP/www" and the <Directory "C:/EasyPHP/www"> lines and replace the path. For example, if you have your index.html file in the folder "Web" on the drive D:, replace those lines with "DocumentRoot "D:/Web" and "<Directory D:/Web">. 2. Restart EasyPHP. Open your browser and type http://localhost or http://yourIP to check if the new setting is working 3. If you see the setting's working, start implenting PHP and MySQL scripts right away. And for the MySQL admin as well as for the PHPmyAdmin Page, go to http://localhost/mysql . Hope this helps you. especially you chelcy .. |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Post
#2
Jan 12 2009, 10:39 AM
Someone was asking in the forums about downloading the PHP/mySQL and apache Server ..seperately...thst is a real headache ..Well.. today we'll learn how to install and run a program called EasyPHP. It is a combination of some common free web server software that put together into an easy to install package. Normally to download and install each separate component can take a long time, plus be a headache to configure them to work together properly. Please note that it's a French Software. It includes: 1. MySQL Database System 2. Apache Web Server 3. PHP Programming Language 4. PHP MyAdmin Database Interface That means you'll be able to run PHP or any other SQL DB driven PHP script after installing a single package straight away. Downloading: Go to www.easyphp.org and download the package straight away INSTALLING: 1. Run the 'EXE' file. This is the file you downloaded from the web site. An alart box will apear, click "yes" to continue. 2.Welcome Screen will appear. Click Next. 3. Accept the License Agreement. 4. After going thru the Warning Screen, select the install directory. I'd recommend you guys not to use the default path that install the program in the Program Files. Use a shorter path like C:\EasyPHP, I tell you you it will help ya in future. 5.Confirm the settings and click INSTALL 6. After finishing the main installation, it will show you some extra informations. Click NEXT to continue. 10. The final screen will ask if you would like to launch the welcome html page and also launch the program. Leave 'ouvrir la page d'accueil' checked if you would like to view the welcome page. Note that this page is in French. Click FINISH. RUNNING: 1. Find the EasyPHP folder and there click on the EasyPHP icon to run the package. 2. You'll see say "E with a dot" type of icon in the system tray if the program starts. Check if the red dot is blinking in the system tray, that ensures that the package is running without any error. TESTING: 1. Launch any internet browser and type HTTP://LOCALHOST in the address bar, please note that the local IP will also work in this case instead of LOCALHOST. Press ENTER. You'll se the EasyPHP welcome Screen if everything is ok. CONFIGURING APACHE: You'll have to edit the Apache Configuration File to point your webserver as well as the package to the right dir/index.html file so that whenever you or a visitor types your IP in his/your address bar, the right page appears. 1.To configure the Apache File please go thru C:\EasyPHP\apache\conf\ and open the HTTP.CONF file. Find the "DocumentRoot "C:/EasyPHP/www" and the <Directory "C:/EasyPHP/www"> lines and replace the path. For example, if you have your index.html file in the folder "Web" on the drive D:, replace those lines with "DocumentRoot "D:/Web" and "<Directory D:/Web">. 2. Restart EasyPHP. Open your browser and type http://localhost or http://yourIP to check if the new setting is working 3. If you see the setting's working, start implenting PHP and MySQL scripts right away. And for the MySQL admin as well as for the PHPmyAdmin Page, go to http://localhost/mysql . Hope this helps you. especially you chelcy .. This tutorial seems very good but we have also another two option for easy php and mysql installation. you can use for it wamp server for that. this is .exe installer so easy to install. it has phpmyadmin for database. when installation complete run wamp server. then simply you can see the php information do step 2 above. CODE http://localhost when you want to use mysql using phpmyadmin you will see there is message saying CODE The red words in the above window is " Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole." To solve this problem do the following steps.
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Post
#3
Sep 25 2009, 06:44 AM
thanks guys for sharing this one |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Post
#4
Sep 25 2009, 01:16 PM
Very nice tutorial, I learned so much through this. Thanks for making a topic about this. I have been using mysql a lot because of my new forum this has really helped me out thanks I hope to see you making more like this.
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Post
#5
Sep 25 2009, 08:04 PM
Very nice tutorial there noxit. Took time to read it all, but got to the end eventually. |
![]() ![]() |
Similar Topics
| Topic Title | Replies | Topic Starter | Views | Last Action | |||
|---|---|---|---|---|---|---|---|
![]() |
24 | arens | 25,582 | 23rd October 2009 - 06:42 AM Last post by: stopthewarm |
|||
![]() |
13 | bttfpromo | 18,961 | 24th June 2006 - 06:51 AM Last post by: lone_wild_wolf |
|||
![]() |
11 | holyium | 13,082 | 16th December 2008 - 04:22 PM Last post by: minimcmonkey |
|||
![]() |
15 | Zenchi | 14,097 | 24th June 2009 - 04:37 AM Last post by: iworld200 |
|||
![]() |
6 | Shadow | 8,336 | 23rd June 2009 - 08:49 PM Last post by: iworld200 |
|||
![]() |
2 | Eric Straven | 4,493 | 8th September 2004 - 02:57 PM Last post by: ZorBiX |
|||
![]() |
1 | downpour | 4,045 | 30th September 2004 - 06:05 AM Last post by: spawn_syxx9 |
|||
![]() |
2 | anwiii | 1,033 | 25th September 2009 - 07:31 AM Last post by: mahesh2k |
|||
![]() |
2 | Inty | 3,682 | 3rd October 2004 - 11:17 AM Last post by: mobileunlocking |
|||
![]() |
5 | -prodigy- | 3,123 | 6th October 2004 - 06:37 AM Last post by: -prodigy- |
|||
![]() |
4 | (G)Rob | 214 | 27th September 2009 - 07:46 AM Last post by: Ash-Bash |
|||
![]() |
3 | s2city | 2,942 | 10th October 2004 - 07:44 PM Last post by: s2city |
|||
![]() |
30 | ORION | 24,103 | 31st October 2005 - 06:45 AM Last post by: believer |
|||
![]() |
0 | SuburbanalCuts | 3,086 | 18th October 2004 - 10:38 PM Last post by: SuburbanalCuts |
|||
![]() |
1 | amhso | 1,329 | 31st May 2006 - 06:29 PM Last post by: serverph |
|||
|
Open Discussion | Time is now: 8th November 2009 - 09:00 AM |
Web Hosting Powered by ComputingHost.com.