easyphp Environment Configuration

Source: Internet
Author: User

Apache configuration file
httpd.conf//apache/conf
Modify http.conf Edit permissions for this file
<directory/>
Options All
AllowOverride All
Order Deny,allow
Allow from all
</Directory>

LoadModule php5_module "E:/progra~1/easyph~1.9/php/php539x141026161807/php5apache2_2.dll"//Application PHP module
Phpinidir "E:/progra~1/easyph~1.9/apache"//Specify the configuration file path for PHP (can be viewed by phpinfo () of the loaded config files)
<filesmatch "^\.ht" >//Determine what module to use for processing
DocumentRoot "e:/progra~1/easyph~1.9/www"//Change Access directory path (default is Apache/htdocs)
Include conf/extra/httpd-vhosts.conf//httpd.conf application files This file is configured for the virtual host
PHP configuration file
Ini
Date.timezone = europe/paris//modify time zone PRC
Extension//Extended function
Extension=php_mysql.dll//extension of the linked database
Extension_dir = "e:\progra~1\easyph~1.9\\php\php539x141026161807\ext\"//directory path where the extension is stored

MySQL Configuration
F:\2016-2-23\EasyPHP-12.1\modules\phpmyadmin3522x160301181143\libraries
config.default.php

Open the config.inc.php file in phpMyAdmin.

$cfg [' Servers '] [$i] [' host '] = ' localhost ';
$cfg [' Servers '] [$i] [' port '] = ' 3306 ';
$cfg [' Servers '] [$i] [' connect_type '] = ' socket ';
$cfg [' Servers '] [$i] [' extension '] = ' mysql ';
$cfg [' Servers '] [$i] [' auth_type '] = ' config ';
$cfg [' Servers '] [$i] [' user '] = ' root ';
$cfg [' Servers '] [$i] [' password '] = '; If you have a password, set the password
$cfg [' Servers '] [$i] [' only_db '] = ';
$cfg [' Servers '] [$i] [' nopassword '] = true;

easyphp Environment Configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.