Increase upload size in phpmyadmin vagrant -


hi running server on vagrant r8 lamp https://github.com/r8/vagrant-lamp

i trying increase size of uploads in phpmyadmin @ (max: 2,048 kib).

i have tried editing php.ini.erb files no luck tried restarting server , again no luck! :(

not sure how apply phpmyadmin having same issue local wordpress site. solve it, after changing values on php.ini.erb files, added these lines .htaccess

php_value upload_max_filesize 20m
php_value post_max_size 20m
php_value max_execution_time 200
php_value max_input_time 200


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -