How to extend phpmyadmin logon time _ PHP Tutorial-php Tutorial

Source: Internet
Author: User
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...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.