phpMyAdmin Configuration Installation Full Guide _php tutorial

Source: Internet
Author: User
phpMyAdmin configuration installation All-in-one phpMyAdmin installation Configuration Tutorial Fool edition, mainly for phpMyAdmin 2.11.X configuration installation, other versions of the same installation method.

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

2, unzip a separate directory (you can customize the directory name)

3. Locate the/libraries/config.default.php file (the old version is the config.inc.php file under the root directory), and use WordPad (do not use Notepad, which is UTF8 encoding) for editing.

4. Find $cfg [' Pmaabsoluteuri ']

Modify the URL of the phpmyadmin that you will upload to the space

such as: $cfg [' pmaabsoluteuri '] = ' http://www.phpq.net/phpmyadmin/';

5. Find $cfg [' Servers '] [$i] [' host '] = ' localhost '; (usually with default, with exception, without modification)

6, find $cfg [' Servers '] [$i] [' auth_type '] = ' config ';

Debug in your own machine with config; if the space on the network with a cookie, here we have already added the URL in the previous, the change to a cookie, here is recommended to use cookies.

7. Find $cfg [' Servers '] [$i] [' user '] = ' root '; MySQL User (username, usually here just fill in a few letters can be; Special circumstances, their own machine with root, in the Internet generally for your FTP user name, virtual host provider to tell you, generally do not modify.)

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 have only one data set up, set to your database name; If you want to build a server, then the suggestion is left blank)

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

11, find $cfg[' Blowfish_secret ', please set your website's cookie (the cookie is the domain name that accesses phpMyAdmin) in $cfg[' blowfish_secret '] = ";, for example: $cfg [ ' Blowfish_secret '] = ' www.xinnethz.net ';.

12, set up after the save, can now be uploaded to the network space


http://www.bkjia.com/PHPjc/446969.html www.bkjia.com true http://www.bkjia.com/PHPjc/446969.html techarticle phpMyAdmin Configuration Installation All-in-one phpMyAdmin installation Configuration Tutorial Fool edition, mainly for phpMyAdmin 2.11.X configuration installation, other versions of the same installation method. 1, first download PhpMyAdmin installation package ...

  • 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.