• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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