Now it worked and the connection to the database is failing.
manually checked DB info is all correct
Plugin Author
iClyde
(@iclyde)
Hi @giles
You reached limit of max_execution_time which is set to 30 second, while we recommend to use at least 180 seconds.
If you struggle with database, make sure you don’t have any query limitations applied to your account.
To remove limits use:
ALTER USER 'your_user'@'localhost(or other host)' WITH MAX_QUERIES_PER_HOUR 0;
FLUSH PRIVILEGES;
Let me know if that resolves your issue 🙂
Thank you!
Plugin Support
MixHa
(@mixha)
Hello @giles ,
We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support thread. If you face any new issues, please feel free to open a new thread.
Kind regards
I ended up doing everything manually.
Was easier than using this plugin.