phpMyAdmin configuration

后端 未结 10 1283
刺人心
刺人心 2021-02-01 03:08
  • How do I increase phpmyadmin session timeout?
  • How do I increase phpmyadmin import file size limit(currently it says Max: 2,048KiB). I tried changing upload_
10条回答
  •  南旧
    南旧 (楼主)
    2021-02-01 03:41

    config.inc.php > $cfg['LoginCookieValidity'] = 3600 * 9; // 9 hours

    edit from the link posted by ajreal: LoginCookieValidity

    for the second question , after changing upload_max_filesize in php.ini did you restart apache ( or whatever webserver you use ) ?

提交回复
热议问题