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

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -