Timeout error on MySQL full backup

I run MySQL backups 6 times a week. About every 10 or 12 runs I get the following: ERROR: Failed to backup “portbase” database with “Full” backup type: No activity within 1440 seconds; please log in again.
This always occurs on the same database table.

I’m on windows 10, MySQL 5.7.21. What do I need to do to prevent this?

Hello Joe_Todd,

phpMyAdmin has no API and SQLBackupAndFTP interacts with it by parsing HTML pages. Very often, various hosting providers modify phpMyAdmin for themselves, so that the structure of the HTML document differs from the standard phpMyAdmin, because of this, the application cannot parse the received pages.

For this reason, we officially only support the original version of phpMyAdmin installed from https://www.phpmyadmin.net/.

If you cannot set the connection to your phpMyAdmin via MySQL Server (phpMyAdmin) server type then please try to use MySQL Server (TCP/IP).

Sorry for the inconvenience.