I have just set up a droplet on Digital Ocean and am trying to import a SQL database that is 68 MB via PHPMyAdmin.
I've already increased the below on php.ini to 100x their default values...
memorylimit
postmaxsize
uploadmaxfilesize
The error I get is,
You probably tried to upload a file that is too large. Please refer to documentation for a workaround for this limit.
However, the link to documentation doesn't go anywhere.
Any tips or suggestions to troubleshoot?
I imagine this is a fairly common problem, but everything I can find just refers to php.ini. Any help would be helpful.