As you noted, the problem is the 10M limit on PHP. Unless you can raise it, it's not going to work.
Whether or not you can actually raise is going to depend on how php is set up on the server. If it's running php as a cgi, then I think you can have a local php.ini file. Alternately, you might be able to use the php_ini function in LocalSettings.php or somewhere else to raise it:
I have no acces to php.ini and is a free web hosting service without support or costum config.
I' will try to configure on other linux machine and then to copy all includin the sql to that server.
10X for help
IS