Didier Misson - 2013-12-30

Hello,
I can't upload a SQL request > 2MB with Adminer 3.7.1.

My server is a OpenVZ (Proxmox) Contener with Ubuntu 12.04 LTS.

Of course, I have modify /etc/php5/apache2/php.ini :

I put :
memory_limit = 260M
post_max_size = 22M
upload_max_filesize = 22M

but I can't yet upload the file (13 MB)

Adminer always display :

"File upload: (< 2MB)"

I install phpMyAdmin, and I don't have this 2 MB limite !
I succeed to upload my 13 MB DB with phpMyAdmin,
but I want to be able to upload it with ADMINER...

What can I check or try ?

Thanks for your help.
;-)
Didier