How to Increase Max Upload Import on PhpMyAdmin

To Increase Upload Size on Importing SQL type the following code on Putty SSH via root access.

Type Command: 
sudo nano /etc/php/7.3/apache2/php.ini

Find the Line and Place the value.
max_execution_time = 300
max_input_time = 300
memory_limit = 512M
upload_max_filesize = 100M
post_max_size = 100M

Reload Apache to reload the changes.
commands: sudo systemctl restart apache2

  • 0 istifadəçi bunu faydalı hesab edir
Bu cavab sizə kömək etdi?

Uyğun məqalələr

Reset and Refresh your Network configuration on Windows

IP Configure to reset and refresh your Internet.[Run As Admin your CMD and type the commands...

How to Change VPS Access

On Cyborg there is 3 access you have on Linux OS. which is root, ragnarok and VNC Access.Step 1:...

How To Fix Permission Denied

How to fix permission denied on VNC Trunk Folder?Step 1: Login your root access on Putty and type...