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