upload_
Edit phpMyAdmin's config.inc.php
and add or update LoginCookieValidity
the value as follows:
$cfg['LoginCookieValidity'] = 3600 * 9; // 9 hours
In wamp or xampp or anything you use at php.ini
,
Search for upload_max_filesize
this is where you should change it,
we suggest you not use more than 64M filesize cause sometimes it makes crash:
upload_max_filesize = 64M
Save and exit.