import max size PHP MyAdmin
Posted by: Goliath (---.megared.net.mx)
Date: July 10, 2010 03:48PM

is there any way to increase the max size on the PHP My Admin to import databases????

I have some databases that have more than 30 MB even with compresion in gzip or zip

[img704.imageshack.us]

Options: ReplyQuote
Re: import max size PHP MyAdmin
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: July 10, 2010 03:53PM

You'll need to up the limit in your php.ini, left click WAMP tray icon and choose > PHP > php.ini

Find the following line
upload_max_filesize = 2M
Change 2 to 30 or larger.

Save the php.ini and restart the Apache service

Options: ReplyQuote
Re: import max size PHP MyAdmin
Posted by: Goliath (---.megared.net.mx)
Date: July 10, 2010 03:56PM

thx whats the max size I can config. ???
because im only getting (Max: 8,192 K i cool smiley

and its not working it says


No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.

the file its 3.5MB in zip



Edited 2 time(s). Last edit at 07/10/2010 04:24PM by Goliath.

Options: ReplyQuote
Re: import max size PHP MyAdmin
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: July 10, 2010 04:35PM

You may also need to increase a setting called post_max_size too within the php.ini
post_max_size = 50M

You should set it slightly higher than max_upload_filesize

Options: ReplyQuote
Re: import max size PHP MyAdmin
Posted by: Goliath (---.megared.net.mx)
Date: July 10, 2010 04:45PM

thx, problem solved

Options: ReplyQuote


Sorry, only registered users may post in this forum.