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