Phpmyadmin-4.2.8.1-all-languages Installation

Source: Internet
Author: User

1. Download Phpmyadmin-4.2.8.1-all-languages

wget Http://jaist.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/4.2.8.1/phpMyAdmin-4.2.8.1-all-languages.zip

2. Modify the root directory of Apache

Vi/usr/local/httpd/conf/http.conf

Find DocumentRoot modified to DocumentRoot "/var/www/html"

Service httpd Restart

3, Installation phpMyAdmin

tar zxvf Phpmyadmin-4.2.8.1-all-languages.zip

MV phpmyadmin-4.2.8.1-all-languages phpMyAdmin

MV Phpmyadmin/var/www/html

cp/var/www/html/phpmyadmin/config.sample.inc.php/var/www/html/phpmyadmin/config.inc.php

chmod 660/var/www/html/phpmyadmin/config.inc.php

Chown-r apache.apache /var/www/html/phpMyAdmin

VI /usr/local/httpd/conf/extra/phpmyadmin.conf Enter the following :

Alias/phpmyadmin/var/www/html/phpmyadmin

<Location/phpMyAdmin>

Order Deny,allow

# Deny from all

Allow from all

</Location>

VI /usr/local/httpd/conf/http.conf Add the following content

Include conf/extra/phpmyadmin.conf

4. Restart Service

Service httpd Restart

http://ip/phpmyadmin/ user name password same as MySQL


This article is from the "Linux related sharing" blog, make sure to keep this source http://2860664.blog.51cto.com/2850664/1554801

Phpmyadmin-4.2.8.1-all-languages Installation

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.