3

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?

enter image description here

1 Answers1

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