phpMyAdmin4.4.10 Installation

Source: Internet
Author: User
Tags vc9 phpmyadmin

1.:

phpMyAdmin4.4.10

Https://files.phpmyadmin.net/phpMyAdmin/4.4.10/phpMyAdmin-4.4.10-all-languages.zip

Apache 2.4.12 (VC9)

Http://www.apachehaus.com/cgi-bin/download.plx

php-5.4.42 (VC9)

http://windows.php.net/download#php-5.4

2. Precautions for installation

The XP system does not support VC11 Apache.

Download Apache and PHP for the same VC9 version or VC11 version, but also to install the VC library will be error.

(1) Do not install VC library boot Apache will prompt

Error: "Cannot start this program because MSVCR100.dll is missing from the computer. Try reinstalling the program to resolve this issue. ”


(2) Apache will error when loading PHP


3. Installing Apache

(1) Extract Apache to D:\phpMyAdmin\Apache24

(2) Modify the D:\phpMyAdmin\Apache24\conf\httpd.conf file

Change define Srvroot to "D:/phpmyadmin/apache24" path

(3) Start Apache

Start---run, enter cmd, and open the command prompt. Enter the following commands respectively (return per line)
D:
CD d:\phpmyadmin\apache24\ bin
httpd

If the httpd.conf is configured correctly, there is no prompt after entering httpd carriage return. Do not close the command window (Close command window is off Apache), local browser access. The advent of "It works" means that Apache is properly installed.


(4) Adding Apache to System services

Close the httpd command window, or you will get an error.

Start---Run, enter cmd, and then open a command prompt. Enter the following commands separately (return per line)

D:

CD Apache24\bin

Httpd.exe-k install-n "ServiceName" \ \ Join the service. ServiceName is the name of the service and can be customized.

If you want to uninstall this service, first stop the service and then enter Httpd.exe-k uninstall-n "ServiceName" to uninstall the service.

4. Install PHP

(1) Unzip PHP to D:\phpMyAdmin\php5.4.42

(2) Copy the Php.ini-development file and change its filename to php.ini

(3) Open php.ini file

Modified to Extension_dir = "D:\phpMyAdmin\php5.4.42\ext"

Extension=php_mbstring.dll and Extension=php_mysql.dll in front of the semicolon removed

(4) open apache24\conf under httpd.conf

Add the following statement after #loadmodule Xml2enc_module modules/mod_xml2enc.so

loadmodule php5_module" D:/phpmyadmin/php5.4.42/php5apache2_4.dll "
AddHandler application/x-httpd-php. PHP
Phpinidir "d:/phpmyadmin/php5.4.42"

(5) in d:/phpmyadmin/ apache24/htdocs Create a new index.php with <?php phpinfo ();? >,< Span style= "Color:rgb (51,51,51); Font-family:verdana,arial,helvetica,sans-serif; font-size:14px; line-height:25.2000007629395px "> restart Apache server. Accessing the information that appears in PHP indicates that PHP has been installed successfully


5. Installing phpMyAdmin

(1) Delete d:/phpmyadmin/ apache24/htdocs

(2) will phpmyadmin All files extracted to htdocs

(3) modify D:\phpMyAdmin\Apache24\htdocs\libraries under Config.default.php file

$cfg [' Servers '] [$i] [' host '] = ' localhost '; modify the MySQL server address

$cfg [' Servers '] [$i] [' port '] = ' 3306 '; modify the MySQL port number

$cfg [' Servers '] [$i] [' user '] = ' root '; modify the MySQL user name

$cfg [' Servers '] [$i] [' password '] = ' root '; Modify MySQL password

(4) Restart Apache, Access appears



Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

phpMyAdmin4.4.10 Installation

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.