PhpMyAdmin Execution Time

strict warning: Only variables should be passed by reference in /home/newich/public_html/modules/book/book.module on line 560.

It can be more than annoying to have PhpMyAdmin time out when importing databases and other log running tasks.

Locate config.inc.php (often in the main App directory), and add the following line:
$cfg['ExecTimeLimit'] = 0;  /* Disable exec time limit. */<

Now you can take a break while it's running...