There may be many friends in the local use of phpMyAdmin when the next will find and need to re-login, this is very inconvenient I will introduce the modified phpMyAdmin default login timeout method.
phpMyAdmin default time-out is 1800 seconds, too short to write a few lines of code in the development process back to the database is timed out, repeated login is annoying.
Modification Method:
Open phpmyadmin/libraries/config.default.php
| The code is as follows |
Copy Code |
| Find $cfg[' logincookievalidity '] = 1440; |
Okay, let's get 1440 bigger.
http://www.bkjia.com/PHPjc/633208.html www.bkjia.com true http://www.bkjia.com/PHPjc/633208.html techarticle There may be many friends in the local use of phpMyAdmin when the next will find and need to re-login, this is very inconvenient I will introduce the modified phpMyAdmin default login timeout method. Phpmyad ...