Phpmyadmin modification records (continuously updated)

Source: Internet
Author: User

PhpMyAdmin version 3.5.2

1. About remote Logon
Problem: you cannot log on if you use a linux software package. You need to download a separate installation package.
To be modified: phpMyAdmin/libraries/config. default. php
$ Cfg ['servers'] [$ I] ['host'] = "remote IP Address ";
$ Cfg ['servers'] [$ I] ['Port'] = 'Port ';
$ Cfg ['servers'] [$ I] ['user'] = 'root ';
$ Cfg ['servers'] [$ I] ['Password'] = 'hnji-db-yoqoo ';

2 disable form auto-fill disable www.2cto.com
Modify: phpMyAdmin/libraries/auth/cookie. auth. lib. php line 193rd can be used to log out of the output or delete the output. <? Php echo $ autoco mplete;?> .

3. The PhpMyAdmin configuration file now requires a phrase and password.
Edit config. default. php
$ Cfg ['servers'] [$ I] ['auth _ type'] = 'cooker ';
$ Cfg ['blowfish _ secret'] = 'abcde'; ("abcde" custom)
This password is used to encrypt Cookies to avoid mixing multiple PhpMyAdmin instances or sharing Cookies with other programs.

 

Author: wufa

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.