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