Control Web Panel

Other => Other => Topic started by: Wonder on January 16, 2021, 06:51:53 PM

Title: After update phpmyadmin to 5.0.4 after 1440 seconds need insert pass
Post by: Wonder on January 16, 2021, 06:51:53 PM
Hi,

After install cwp, always, when I go to access to phpmyadmin from cwp, automatic made login without need insert password root.

A few hours, cwp was updated phpmyadmin to 5.0.4, after this update, after 1440 seconds need insert password root when access to phpmyadmin.

After search info, are a file we can edit for this, but if...after install cwp I don't was need login every time, now I think its possible not for this config...

Thanks.
Title: Re: After update phpmyadmin to 5.0.4 after 1440 seconds need insert pass
Post by: Sandeep on January 16, 2021, 09:53:24 PM
session.gc_maxlifetime is set to 1440 seconds, you need to edit cwp php.ini and increase the value.
Title: Re: After update phpmyadmin to 5.0.4 after 1440 seconds need insert pass
Post by: Wonder on January 16, 2021, 11:39:53 PM
Hello.

You referer to edit php.ini of usr/local/php or /usr/local/php71?

I read and I view that, indicate edit config.inc.php of PMA.

php.ini of cwp or also, we can made a .htaccess file for pma folder and set php_value session.gc_maxlifetime 36000

Post this because, I preferer only made change to lifetime of PMA any other system, if I made the change in php.ini, can affect to other parts...

Title: Re: After update phpmyadmin to 5.0.4 after 1440 seconds need insert pass
Post by: Wonder on January 17, 2021, 12:52:10 PM
I view today, are downgrade phpmyadmin to 4.7.9  and now, we don't need insert password root for access.