I changed the setting my phpMyAdmin but it threw a warning saying that PHP's session.gc_maxtimeout (something like that) is 1440, so it overrides phpMyAdmin's timeout. So, where do I find this php.ini? As I understand myadmin is its own app and I am not sure where to locate it in the folders. I only have my own created applications in /webapps and not the phpmyadmin one in there. These frequent timeouts are driving me nuts.
This question is marked "community wiki".
asked 28 Jun '14, 11:26 temaiso |
You can not make adjustments to the php.ini for the shared PhpMyAdmin. I would suggest using the command line to interact with your database. You can also install a private MySQL instance and your own instance of phpMyAdmin that would allow you full control over both. answered 28 Jun '14, 11:47 aaront ♦♦ Where can I locate the php.ini for phpMyAdmin. I tries usr/shared/phpMyAdmin but that is read-only. So if that is what you're talking about then guess my only recourse is to go with the second solution you provided - installing a private instance.
(28 Jun '14, 12:38)
temaiso
Users can not access the shared PhpMyAdmin configuration. I see from my answer I left out the "not" and will adjust accordingly
(28 Jun '14, 12:44)
aaront ♦♦
|