Configuring phpMyAdmin Visual management tools for MySQL

Source: Internet
Author: User
Tags phpmyadmin

1. Configuring IIS Manager
1, Control Panel--Program--Programs and functions--turn Windows features on or off and wait a bit
2. Internet Information Services
3. Check all functions under FTP Server, Web management tool, application development function (except server-side inclusion and application initialization)
4. Click OK and wait for the download installation to see IIS Manager under the Start menu-All Programs--windows Administrative Tools
5, open the browser, enter http://localhost/, see Windows has a lot of rectangular picture interface that means the installation is successful


6. Download PHP
7, decompression to the E:\PHP\PHP5 directory;
8, copy E:\php\php5\php.ini-development to the desktop and renamed to PHP.ini
9. Open the php.ini file, make changes to the following, and remove the preceding semicolon ";"
Date.timezone ="Asia/shanghai"
Extension=php_gd2.dll
Extension=php_mbstring.dll
Extension=php_mysql.dll
Extension=php_mysqli.dll
Extension=php_pdo_mysql.dll
Extension_dir ="E:\php\php5\ext\"
10. Copy the modified php.ini file and place it in the C:\windows directory


11. Configure IIS to support PHP
12. Control Panel--System and security--management tools--internet Information Services (IIS) Manager
13. Handler Mappings--Add module mappings
14, from top to bottom respectively input
*.php
Select Fastcgimodule in the module
Input E:\php\php5\php-cgi.exe in executable file
Name is PHP and click OK to continue clicking OK in the pop-up window
15, click on the Home page, located above the application pool laptop--default document
16, click "Add" in the upper right corner , enter default.php and index.php in the pop-up window, add it in 2 times.
17, in the Site directory to create a new index.php file, the content is "<?php phpinfo (); > "
Enter localhost in the browser and correctly return to the PHP version information page to indicate the configuration was successful
18. Restart the IIS server and enter "Iisreset/restart" on the command line


19, configure PhpMyAdmin, extract to E:\php\phpMyAdmin
20. Create a virtual directory in IIS PHP pointing to E:\php\phpMyAdmin
21. Open the browser input http://localhost/php if the login interface appears, the configuration is successful

Configuring phpMyAdmin Visual management tools for MySQL

Related Article

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.