Installation phpMyAdmin method under Linux system

Source: Internet
Author: User

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 copied to the phpMyAdmin directory and rename it to config.inc.php), which has the following items (2-8) to be configured on its own , Windows uses WordPad (do not use Notepad, which is UTF8 encoding) for editing, directly under Linux with Vim.

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

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

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

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

5. Find $cfg [' Servers '] [$i] [' user '] = ' root '; MySQL user (MySQL username, 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 computer or want to build a server, leave the suggestion blank)

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

9. Save when Setup is complete

If "configuration file now requires top secret phrase password (blowfish_secret)" then please set your website's cookie in $cfg[' blowfish_secret ' = ';, for example: $cfg [' Blowfish_ Secret '] = ' any character '; This is because of 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.