Phpmyadmin assembly method

Source: Internet
Author: User
Phpmyadmin installation method: 1. download the multi-country language pack, decompress it, and change it to phpmyadmin. Note that it is all in lower case. put it under the folder htdocs. set config. sample. inc. php changed its name to conf phpmyadmin
The phpmyadmin installation method is as follows:

1. download multi-country language packs

Decompress the package and change it to phpmyadmin. Note that it is in lower case and put it under the folder htdocs.

2. rename config. sample. inc. php to config. inc. php.

3. configure config. inc. php

Modify $ cfg ['servers'] [$ I] ['controluser'] to remove the previous // and write the database name as 'root'

$ Cfg ['servers'] [$ I] ['controlpass'] remove the previous // and write the database password, for example, '123'

Modify $ cfg ['blowfish _ secret'] = ''in the back'' and add a few numbers '123'

4. prepare the server's php. ini

Copy libmcrypt. dll in php to C: WINDOWS/system32. If this file is not found in the php installation directory, search and download it online.

Modify php. ini

Remove the line before; extension = php_mcrypt.dll. if this line does not exist in php. ini, add it manually.

Php_mcrypt.dll depends on libmcrypt. dll, so it moves libmcrypt. dll to the System32 directory.
Php_curl.dll depends on two dll files: ssleay32.dll and libeay32.dll. If these two files are not configured correctly, the system will prompt that the dynamic scripts cannot be found. these two files are under the php object.
Solution method: configure it in the httpd. conf file of Apache:
LoadFile "D:/webserver/php/ssleay32.dll"
LoadFile "D:/webserver/php/libeay32.dll"

5. restart apache to access http: // localhost: port/phpmyadmin or http: // localhost: port/phpmyadmin/main. php.

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.