Link to home
Start Free TrialLog in
Avatar of APD Toronto
APD TorontoFlag for Canada

asked on

phpMyAdmin Permanent Settings

Hi Experts,

Is there a way to change in phpMyAdmin some settings permanently? More spacifically I want to increase the timeout and the font used in the SQL query text area?

Thank you,
Avatar of Raymond van den Bedum
Raymond van den Bedum

Hi,

You can set some variables in the config.inc.php file that is located in the root directory of phpmyadmin.

to change the timeout value simply add $cfg['LoginCookieValidity'] = 1400.
1400 is in seconds.

Font family can be set by the variable: $cfg['FontFamily']

A list of all possible variables can be found over here: http://docs.phpmyadmin.net/en/latest/config.html

Hope this helps
Avatar of APD Toronto

ASKER

but how would I define font size in font family?
ASKER CERTIFIED SOLUTION
Avatar of Raymond van den Bedum
Raymond van den Bedum

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I opened that file and changed that, but it only change for of the buttons, but not a textarea