Installation phpMyAdmin method under Linux system

Source: Internet
Author: User
Tags phpmyadmin

phpMyAdmin: Do not divide, hurry to download it! http://download.csdn.net/detail/u011986449/7429799

1. Locate the/libraries/config.default.php file (config.default.php Copy to the phpMyAdmin folder and rename it to config.inc.php), which has the following items (2-8) To be self-configuring, Windows uses WordPad (do not use Notepad, which is UTF8 encoding) for editing, directly under Linux with Vim.

2. Find $cfg [' Pmaabsoluteuri '] changes to the URL of the phpmyadmin you will upload to the space

such as: $cfg [' pmaabsoluteuri '] = ' http://*********/onlyyouknow/';

3. Find $cfg [' Servers '] [$i] [' host '] = ' localhost '; (common use default, with exception, can not change)

4. Find $cfg [' Servers '] [$i] [' auth_type '] = ' config ';

Debug with config in your own machine, assuming that the space on the network is using cookies, where we have already added the URL before, we change it to a cookie, and we recommend using cookies.

5. Find $cfg [' Servers '] [$i] [' user '] = ' root '; MySQL User (Mysqlusername, root in his machine;)

6. Find $cfg [' Servers '] [$i] [' password '] = '; MySQL password (mysql user's password, their server is generally the password of the MySQL user root)

7. Find $cfg [' Servers '] [$i] [' only_db '] = '; If set to a db-name, only (you have only one data set up; If you're on this machine or want to build a server, leave the suggestion blank)

8. Find $cfg [' defaultlang '] = ' zh '; (Here is the choice of language, zh for the Chinese simplified meaning, here do not know to fill GBK to No)

9. Save after Setup is complete

Assume that the "configuration file now requires a top secret phrase password (blowfish_secret)" then please set your site's cookie in $cfg[' blowfish_secret ' = ';, for example: $cfg [' Blowfish _secret '] = ' random character ', which is due to your "$cfg [' Servers '] [$i] [' auth_type '] = ' cookie '.

E. Testing

Open Browser, http://*********yourip/onlyyoukown/


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.