phpmyadmin logs out after 1440 secs(phpmyadmin 在 1440 秒后注销)
问题描述
在我的本地开发 Ubuntu 框中,我使用 MySQL 和 phpmyadmin 来处理数据库.
In my local development Ubuntu box I use MySQL and phpmyadmin to work with the database.
每当 phpmyadmin 空闲 1440 秒(24 分钟)时,会话就会过期.我失去了我的位置,必须登录并重新开始.
Whenever phpmyadmin is idle for 1440 secs (24min) the session expires. I lose my place and have to login and start over.
我尝试在 config.inc.php
中更改 $cfg['LoginCookieValidity'] = 3600 * 9;
但它仍然在 1440 秒后超时.
I tried changing the $cfg['LoginCookieValidity'] = 3600 * 9;
inside config.inc.php
but it still times out in 1440 seconds.
我已重新启动所有内容并清除浏览器缓存(Firefox 历史记录 -> 清除最近历史记录 -> 缓存 -> 一切).
I have restarted everything and cleared the browser cache (Firefox history -> Clear recent history -> Cache -> Everything).
我不知道为什么增加的超时没有生效.我做错了什么?
I'm not sure why the increased timeout does not take effect. What am I doing wrong?
推荐答案
我已经找到了解决方案并成功使用了一段时间.
I have found the solution and using it successfully for sometime now.
只需将此插件安装到您的 FF浏览器.
Just install this Addon to your FF browser.
这篇关于phpmyadmin 在 1440 秒后注销的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:phpmyadmin 在 1440 秒后注销
基础教程推荐
- Sql Server 字符串到日期的转换 2021-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- SQL Server 2016更改对象所有者 2022-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01