phpMyAdmin Configuration Installation Full Raiders

Source: Internet
Author: User

phpMyAdmin Configuration Installation Full Introduction phpMyAdmin installation configuration tutorial fool version, mainly for phpMyAdmin 2.11.X configuration installation, the other version of the same installation method.

1, first download phpMyAdmin installation package (we use this very normal)

2, after the decompression of a separate directory (you can customize the directory name)

3, find the/libraries/config.default.php file (the old version is the root of the config.inc.php file), with WordPad (do not use Notepad, this is UTF8 encoding) for editing.

4, find $cfg [' Pmaabsoluteuri '] modified for you will upload to the space of the phpMyAdmin URL such as: $cfg [' pmaabsoluteuri '] = ' http://www.phpq.net/phpmyadmin/';

5, look for $cfg [' Servers '] [$i] [' host '] = ' localhost ';(usually with the default, there are exceptions, can not be modified)

6. Find $cfg [' Servers '] [$i] [' auth_type '] = ' config '; debug with config in your own machine; if the space on the network uses cookies, here we have added the URL before, we modify it to a cookie, Cookies are recommended for use here.

7. Find $cfg [' Servers '] [$i] [' user '] = ' root '; MySQL User (username, General here casually fill in a few letters on it; under special circumstances, oneself machine uses root, on the net for your FTP user name, the virtual host provides the chamber of Commerce to tell you, generally do not revise.)

8. Find $cfg [' Servers '] [$i] [' password '] = "; MySQL password (only needed left blank)

9. Find $cfg [' Servers '] [$i] [' only_db '] = "; If set to a db-name, only (you only have one data set, set to your database name; If you want to build the server, then leave the suggestion blank)

10, find $cfg [' defaultlang '] = ' en '; (This is the choice of language, en represents the meaning of Simplified Chinese)

11, look for $cfg[' Blowfish_secret '], please set your website's cookie (cookie is the domain name of the phpMyAdmin) in the equal sign of $cfg[' Blowfish_secret '], for example: $cfg [ ' Blowfish_secret '] = ' www.xinnethz.net ';

12, set up after the save, now can be uploaded to cyberspace on the

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.