Install phpMyAdmin in Linux

Source: Internet
Author: User
PhpMyAdmin3.x must be php5.2 or above, and be seated by a check mark. If you choose the wrong one, the problem will be difficult to solve. PhpMyAdmin is a MySQL administrator.

PhpMyAdmin 3.x must be php5.2 or above, and be prefixed with a Checksum. If you choose the wrong one, the problem will be difficult to solve. PhpMyAdmin is a MySQL administrator.

PhpMyAdmin 3.x must be php5.2 or above, and be prefixed with a Checksum. If you choose the wrong one, the problem will be difficult to solve.

PhpMyAdmin is a MySQL management tool that manages MySQL directly from the web.

1: Upload phpmyadmin-3.4.5-all-languages.tar.gz

2: unzip # tar zxvf phpMyAdmin-3.4.5-all-languages.tar.gz

3: Rename # Music phpMyAdmin-3.4.5-all-languages.tar.gz

4. Find the phpMyAdmin/libraries/config. default. php file, copy config. default. php to the phpmyadmin directory, and rename it config. inc. php.

5. Edit the config. inc. php file vi:

A. find $ cfg ['pmaabsoluteuri '] and modify the phpMyAdmin URL to be uploaded to the space:

For example, $ cfg ['pmaabsoluteuri '] = 'HTTP: // 192.168.1.11/phpMyAdmin /';

B. find $ cfg ['servers'] [$ I] ['host'] = 'localhost'; (the default value is usually used, and there are exceptions. You do not need to modify the value)

C. find $ cfg ['servers'] [$ I] ['auth _ type'] = 'config ';

Debug config in your own machine. If you use cookies in the network space, now that we have added the web site before, we recommend that you use cookies.

D. find $ cfg ['servers'] [$ I] ['user'] = 'root'; // MySQL user (mysql user name, use root on your machine ;)

E. find $ cfg ['servers'] [$ I] ['Password'] = ''; // MySQL password (mysql user password, your server is generally the root password of the mysql user)

F. find $ cfg ['servers'] [$ I] ['only _ db'] = ''; // If set to a db-name, only (if you only have one data, set it. If you want to set up a server on your local computer, leave it blank)

G. find $ cfg ['defaultlang '] = 'zh'; (select the language here. zh indicates the meaning of Simplified Chinese. You do not know whether to fill in gbk or not)

H. Save the settings.

6. Test: enter in the browser

Note: Put phpmyadmin In the www File

Change the password.

Related Article

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.