Welcome Guest, Not a member yet? Register   Sign In
My query returns empty results with big tables. Any advice?
#8

Change maximum execution time in xampp/phpmyadmin/libraries/config_default.php
$cfg['ExecTimeLimit'] = 300; to $cfg['ExecTimeLimit'] = 0;
/**
* maximum execution time in seconds (0 for no limit)
*
* @global integer $cfg['ExecTimeLimit']
*/
$cfg['ExecTimeLimit'] = 0;
Reply


Messages In This Thread
RE: My query returns empty results with big tables. Any advice? - by Karthi Web Developer - 09-16-2016, 06:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB