• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Upload data on phpMyadmin

C

cupy

Guest
I need to upload data over 2M on phpMyadmin,
I have edited file php.ini already but it haven't effect with phpmyadmin.
I don't know what file to config phpmyadmin to upload over 2M?

Anyone know this, pls help.

Thank you.
 
Originally posted by cupy
I need to upload data over 2M on phpMyadmin,
I have edited file php.ini already but it haven't effect with phpmyadmin.
I don't know what file to config phpmyadmin to upload over 2M?

Anyone know this, pls help.

Thank you.

Break the file up into smaller chunks and upload each chunk separately. It will be the easiest way to make it work.
 
Back
Top