PDA

View Full Version : Mysql phpmyadmin (Max: 2,048 KiB)



D0gSoldi3r
11-09-2008, 06:27 AM
Right guys i'm messing around with wamp right now and i'm trying to import databases, however one of my databases is 16 megs and phpmyadmin will only let me upload anything less than (Max: 2,048 KiB). I've been messing around with php.ini for a while and cannot fix this issue, i've tried


post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M

it won't work is there something i'm missing

D0gSoldi3r
11-09-2008, 07:45 AM
I managed to fix that problem but only by accident and don't know how i did it, but now it gives me this error i'm only looking to upload a database.

Fatal error: Maximum execution time of 300 seconds exceeded in C:\wamp\apps\phpmyadmin2.11.6\libraries\common.lib .php on line 1481

Any help guys.

DataMan
11-10-2008, 11:46 AM
You'll need to make changes in your php.ini file in the resource limits section. For a local WAMP, you will need to restart your servers to have the changes take effect.

DataMan

D0gSoldi3r
11-13-2008, 08:31 AM
Right thanks man i have it now :)