• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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