phpMyAdmin installation notes_PHP tutorial

WBOY
Release: 2016-07-13 17:31:54
Original
748 people have browsed it

php(as the current mainstream development language)MyAdmin installation notes
(php(as the current mainstream development language)MyAdmin-2.6.1-pl3 php(as the current mainstream development language)-4.3.10 apache(the most popular WEB server platform on the Unix platform)-2.0.53)
First of all, php(as the current mainstream development language)must be installed correctly
If php(as the current mainstream development language)MyAdmin needs to use http method for verification, php(as the current mainstream development language) Current mainstream development languages) must be installed in the form of apache (the most popular WEB server platform on the Unix platform) module
In addition, mbstring support must be added
Specific installation process
./configure --with-apxs2=/usr/local/apache(The most popular WEB server platform on Unix platform)/bin/apxs --enable-mbstring
(General: ./configure - -prefix=/usr/local/php(as the current mainstream development language)4 --with-MySQL(The best combination with PHP)=/usr/local /MySQL(The best combination with PHP) --with-apxs2=/usr/local/apache(The most popular WEB server platform on Unix platform)/bin/apxs - -enable-mbstring)
make
make install
(FreeBSD) in /usr/local/apache(the most popular WEB server platform on Unix platform)/etc/conf/httpd. conf, add
AddType application/x-httpd-php(as the current mainstream development language).php(as the current mainstream development language)
AddType application/x-httpd-php(as the current mainstream development language)-source .php(as the current mainstream development language)s
Check whether there is
LoadModule php(as the current mainstream development language)4_module modules/libphp(as the current mainstream development language)4.so
Add if not available

Then install php(as the current mainstream development language)MyAdmin (usually decompression)
Modify
$cfg[PmaAbsoluteUri]
$cfg[Servers][$i ][host]
$cfg[Servers][$i][auth_type] # If you install it by apache(the most popular WEB server platform on Unix platform) module, you can use http, press cgi(Not many people are using it now)You need to use cookies

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/508893.htmlTechArticlephp (as the current mainstream development language) MyAdmin installation notes (php (as the current mainstream development language ) MyAdmin-2.6.1-pl3 php (as the current mainstream development language) -4.3.10 apache...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!