I can't login to phpMyAdmin
-
- Posts: 14
- Joined: Mon Apr 13, 2015 6:23 pm
I can't login to phpMyAdmin
This is a new install. Yesterday I got past a login problem by changing permissions and had entered phpMyAdmin last night and had tried to upload a database that was too big. I had already rewritten limits in php.ini but this morning remembered that I probably had to restart httpd and I also restarted mysqld. Now I can't get back in with my username and password. Do you have any ideas please.
Re: I can't login to phpMyAdmin
Try
Code: Select all
chmod 777 /var/lib/php/session
-
- Posts: 14
- Joined: Mon Apr 13, 2015 6:23 pm
Re: I can't login to phpMyAdmin
I did that yesterday and was into phpMyAdmin after that, but today I can't get in.
The login form page opens with a pink message box at the top saying "No activity within 1440 seconds; please log in again" which remains there after completing Username and Passwords and pressing Go. There is no error message.
I've just checked that these permissions were still there and they are.
The login form page opens with a pink message box at the top saying "No activity within 1440 seconds; please log in again" which remains there after completing Username and Passwords and pressing Go. There is no error message.
I've just checked that these permissions were still there and they are.
Re: I can't login to phpMyAdmin
Clear cache and try again, and check error log.
-
- Posts: 14
- Joined: Mon Apr 13, 2015 6:23 pm
Re: I can't login to phpMyAdmin
I have cleared the cache and tried again. Nothing happened again, but this time there was no pink message box saying "inactive for more than 1440 seconds, sign in again". Nothing at all happened and no error message on screen.
I downloaded var/log/ mysqld.log but I don't know what I'm looking at.
I downloaded var/log/ mysqld.log but I don't know what I'm looking at.
Re: I can't login to phpMyAdmin
open up config.inc.php in the root phpMyAdmin directory and add this setting (anywhere):
28800 for example
and restart apache
Code: Select all
$cfg['LoginCookieValidity'] = <your_new_timeout>;
and restart apache
-
- Posts: 14
- Joined: Mon Apr 13, 2015 6:23 pm
Re: I can't login to phpMyAdmin
Thanks Skurudo
I've done that : I restarted httpd assuming that's what you meant by restart Apache, and then I cleared browser cookies, and still nothing happens.
I've done that : I restarted httpd assuming that's what you meant by restart Apache, and then I cleared browser cookies, and still nothing happens.
Re: I can't login to phpMyAdmin
Nothing - it's the same error "inactive for more than 1440 seconds" or...?Tim Rowley wrote:Thanks Skurudo
I've done that : I restarted httpd assuming that's what you meant by restart Apache, and then I cleared browser cookies, and still nothing happens.
Try to clear sessions from /var/lib/php/session and log in.
-
- Posts: 14
- Joined: Mon Apr 13, 2015 6:23 pm
Re: I can't login to phpMyAdmin
There is no error message.
I'm wondering if I should reinstall everything adn perhaps choose Centos 7
I'm wondering if I should reinstall everything adn perhaps choose Centos 7
Re: I can't login to phpMyAdmin
Where do you look error messages? ;-)Tim Rowley wrote:There is no error message.
I'm wondering if I should reinstall everything adn perhaps choose Centos 7