Considerations for phpMyAdmin installation

Source: Internet
Author: User
PhpMyAdmin installation notes, read phpMyAdmin installation notes, phpMyAdmin installation notes (phpMyAdmin-2.6.1-pl3php-4.3.10apache-2.0.53) first, PHP must be installed correctly if phpMyAdmin to use http authentication, PHP must be installed as an apache Module. In addition, you must add

Considerations for phpMyAdmin installation
(PhpMyAdmin-2.6.1-pl3 php-4.3.10 apache-2.0.53)
First, PHP must be correctly installed
If phpMyAdmin requires http authentication, PHP must be installed as an apache Module
In addition, you must add mbstring support.
Installation process
./Configure -- with-apxs2 =/usr/local/apache/bin/apxs -- enable-mbstring
(General :. /configure -- prefix =/usr/local/php4 -- with-mysql =/usr/local/mysql -- with-apxs2 =/usr/local/apache/bin/apxs -- enable-mbstring)
Make
Make install
(FreeBSD) in/usr/local/apache/etc/conf/httpd. conf, add
AddType application/x-httpd-php. php
AddType application/x-httpd-php-source. phps
Check whether there is
LoadModule php4_module modules/libphp4.so
Add if no

Then install phpMyAdmin (usually decompress it)
Modify
$ Cfg ['pmaabsoluteuri ']
$ Cfg ['servers'] [$ I] ['host']
$ Cfg ['servers'] [$ I] ['auth _ type'] # if it is installed by the apache module, you can use http. cookie

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.