General Error:
SQL ERROR [ mysqli ]
User '(redacted)' has exceeded the 'max_questions' resource (current value: 360000) [1226]
Hi,
I am currently attempting an upgrade from phpBB2 to phpBB3.2.4 following my ISP upgrading to PHP 7.2 which rendered our previous phpBB2 installation defunct.
I have setup a new phpBB3 forum and started the conversion which fails after a while because it has exhausted the max queries on the mysql database. The problem however is this is already at 360000, ie 100 per second and the ISP won't change this but rather demand the upgrade scripts to be modified to throttle the updates, ie slow down with wait or sleep.
So my question becomes is this possible to modify in the install/convert/convert.php script?
I've tried batch sizes of 2000, 1000 and 300 and num rows as 30, 20 and 10 but to no avail.
As extra info both my phpBB installations are on the same database in this shared hosting. I don't have extra databases available to setup the new phpBB3 as separate database so I'm guessing this might happen because conversion both reads from the phpBB2 and writes to the phpBB3 instance.