text 自动登录phpMyAdmin

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 自动登录phpMyAdmin相关的知识,希望对你有一定的参考价值。

Edit config.inc.php

Location : /usr/share/phpmyadmin/config.inc.php

Find for the blow code

$cfg['Servers'][$i]['auth_type'] = 'cookie';

And replace the line of code by blow code

$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'your_password';

以上是关于text 自动登录phpMyAdmin的主要内容,如果未能解决你的问题,请参考以下文章

phpmyadmin设置自动登录和取消自动登录

关闭 PhpMyAdmin 自动注销

phpmyadmin 登录时间修改

phpmyadmin 自动注销时间

phpMyAdmin 的单点登录

如何禁用 phpMyAdmin 登录页面?