How to extend the phpmyadmin logon time. Here, we can change its logon mode to http. In this way, the browser can continue to be used as long as it is not closed. Take phpmyadmin installed in the ubuntu environment through apt-get as an example. Here we can modify its logon mode to http. In this way, the browser can continue to be used as long as it is not closed.
Take phpmyadmin installed in the ubuntu environment through apt-get as an example.
The document is located at/etc/phpmyadmin/config. inc. php.
Modify the following documents:
The code is as follows:
If (! Empty ($ dbname )){
/* Authentication type */
// $ Cfg ['servers'] [$ I] ['auth _ type'] = 'cooker ';
// Reset the logon mode
$ Cfg ['servers'] [$ I] ['auth _ type'] = 'http ';
Ps: I have mentioned in many places on the Internet that I can change to the http mode. But why have I never been successful? Phpmyadmin has three config. inc. php documents, and I have always modified the documents in the phpmyadmin folder. The correct document is in/etc/phpmyadmin/config. inc. php (using phpmyadmin installed in the ubuntu environment through apt-get as an example)
Bytes. In this way, the browser can continue to be used as long as it is not closed. Take phpmyadmin installed in the ubuntu environment through apt-get as an example. Document bit...