Page 1 of 1

Overcoming file size limits when uploading SQL files to phpM

PostPosted: 03. November 2012 23:22
by Filip_nikita
I need help in overcoming file size limits when uploading SQL files to phpMyAdmin.
In \xampp\php\php.ini file and changed:

memory_limit
post_max_size
upload_max_filesize
max_execution_time
max_input_time

to bigger value and restared Apache and MySQL.

When I opened localhost/phpmyadmin/ nothing changed and max upload size was still 2,048KiB.

Please give any advice.

Re: Overcoming file size limits when uploading SQL files to

PostPosted: 04. November 2012 22:26
by Filip_nikita
Can anyone please help?

Re: Overcoming file size limits when uploading SQL files to

PostPosted: 05. November 2012 06:07
by Altrea
Hi,

change MySQL setting max_allowed_packet too.
This setting can be found in \xampp\mysql\bin\my.ini

best wishes,
Altrea