I need to import an database(sql file) which is about 120M is size, but in phpmyAdmin, it is not allowed to import more than 8 MB.
How to solve this?
I don't have direct access to server, so successfully used BigDump istead. You upload it via FTP together with big SQL file. Then BigDump imports the local file on server, avoiding any HTTP/PHP upload limits.