Phpmyadmin modification records (continuously updated)

Source: Internet
Author: User
Applicable to phpMyAdmin New version 3.5.21 problems with remote logon: you cannot log on if you are using a linux software package. to download a separate installation package, you must modify the following items: phpMyAdmin/libraries/config. default. php $ cfg [& amp; #39; Servers & amp; #39;] [$ I] [& amp ;#...

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 193rd line logout output or delete .

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

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.