How do I increase max file size in phpMyAdmin for XAMPP?
I'm trying to upload an SQL file of 55,568 KB into phpMyAdmin and I can't get it to change the max from 2,048KiB. I've looked at the php.ini file to change the default values, but according to what I saw it's not even taking the max value from the php.ini file. These are the default values I found. max_execution_time = 30 max_input_time = 60 memory_limit = 64M upload_max_filesize = 64M post_max_size = 64M The SQL file was exported from a database for a live site that I'm trying to transfer into a localhost with XAMPP. The php.ini file is from the live site as well. Any information on how to change the max value displayed on the import screen for phpMyAdmin would be appreciated.
TELL US , if you have any answer