nazar-pc / docker-phpmyadmin

phpMyAdmin as Docker container, based on official image, always latest version
40 stars 16 forks source link

Increase max_execution_time #20

Closed Sineos closed 6 years ago

Sineos commented 6 years ago

I want to import a quite large file into mysql and would need to increase max_execution_time. Is there a way to do so?

nazar-pc commented 6 years ago

PhpMyAdmin usually splits upload into pieces and uploads even large files without much issues. Did you try it?

Sineos commented 6 years ago

I have not found such an option. I want to import a csv file, so I created a new database, went to import, added my csv, set the options and hit go.

nazar-pc commented 6 years ago

On import page below File to import: there should be Partial import: section. For me it is selected by default. Also often you can make it faster by compressing file with something like bz2.