Hello again,
So I've managed to build a pretty large database and now I'd like to back it up. Unfortunately, I'm getting a "Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\mysqldumper\inc\mysql.php on line 408" error whenever I try.
line 408 is
$res = mysql_query('OPTIMIZE TABLE `' . $row['Name'] . '`');
I did my homework as best as I could and tried your previously recommended fix of changing the speed control to 70 to 2000. I've also included a screenshot so that you can see if there are any glaring mistakes.
I've also tried to switch to backup another database via MySQLDumper and everything worked fine.
Any idea what could be wrong?