By mistake I reset all the configuration settings from phpmyadmin, Including the "Login cookie validity" which is typically set to 1440, Now i can't login to phpMyAdmin, How to get retain from these problem?
Asked
Active
Viewed 916 times
3
1 Answers
1
I found the answer. First I set $cfg['LoginCookieValidity'] = 2000;
in the config.inc.php
file and then restarted the mysql service.
But phpmyadmin didn't start. I cleared the older cookies and tried again to login and got success.
Thanks to George for his valuable time.

Zanna
- 70,465

Murad Hasan
- 141
apt
or manually? – George Udosen Mar 18 '17 at 16:20sudo dpkg-reconfigure phpmyadmin
to reset it... – George Udosen Mar 18 '17 at 16:22sudo dpkg-reconfigure phpmyadmin
to reset it... – George Udosen Mar 18 '17 at 16:26