Jump to content

[Tool + Guide] Easy PHP 3.0


Recommended Posts

 

Installation & Information

 

EasyPHP 3.0 [ http://www.easyphp.org ]

 

Pictures:

logo_php.gif

logo_apache.gif

logo_mysql.gif

logo_phpmyadmin.gif

 

I.Information:

 

EasyPHP is a complete package allowing to use all the power and the flexibility that offers the dynamic language PHP. Package includes an Apache server, a MySQL database, PHPMyAdmin as well as easy development tools for web sites and applications.

 

The best thing about it: all stuff are in one file!

 

Download Latest Release [3.0] [sourceForge]

 

II.Installation

 

1. Download the file and run it.

lpsxuqulcq03jtrd707t.png

2. After Setup Finishes you will notice this icon running in system tray:

systray.gif

3. Now components such as Apache and MySQL should be running smooth like this:

x4kfdnss0zf0i6xy5m9e.png

 

 

Configuration

 

I.PhpMyAdmin

 

1. To access your PhpMyAdmin Page go here http://127.0.0.1/home/mysql/

2. Here's how to configure it, go to your EasyPHP installation directory normally : C:\Program Files\EasyPHP 3.0\phpmyadmin

Open the file config.inc.php with notepad and setup your connection like this:

$cfg['Servers'][$i]['host'] = 'localhost';          # Leave localhost by default.
$cfg['Servers'][$i]['port'] = '';                   # Leave empty or enter 3306.
$cfg['Servers'][$i]['user'] = 'root';               # Your MySQL database username root by default.
$cfg['Servers'][$i]['password'] = 'mysql';          # Your MySQL database password.

 

This was a brief guide if you have any further questions you can read the F.A.Q.

 

If you experience any problems and the F.A.Q. does not help please post here.

 

Thank you.

 

 

Link to comment
Share on other sites

  • 2 months later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...