Answers for "increase xampp phpmyadmin import limit"

PHP
1

increase xampp phpmyadmin import limit

changes into the php.ini file

post_max_size = 800M 
upload_max_filesize = 800M 
max_execution_time = 5000 
max_input_time = 5000 
memory_limit = 1000M 
now restart for the changes to take effect
Posted by: Guest on February-04-2022

Code answers related to "increase xampp phpmyadmin import limit"

Browse Popular Code Answers by Language