You are here
Manuel - Sat, 2010/08/28 - 22:57
Hello I woud like 80MB over PHP uploaden? Change the PHP.ini but i have time import Problem. Who can my help? Thanks
Forum:
Hello I woud like 80MB over PHP uploaden? Change the PHP.ini but i have time import Problem. Who can my help? Thanks
Solution
Hi,
You need to edit both php.ini and my.cnf.
Then restart PHP and MySQL (or reboot).
If your dump file is really big, use this:
http://www.ozerov.de/bigdump.php
Regards,
Anne
Thanks i'm upload 100MB, wich
Thanks i'm upload 100MB, wich konfig are php.ini and my.cnf?
Can you Post the change from 8MB to 100MB?
Thanks M
Solution
Edit with vi or nano. Don't forget to sudo. But remember, these settings are not recommended for daily use (potential security risk)...
In php.ini:
; Maximum allowed size for uploaded files.
; http:// php.net/upload-max-filesize
upload_max_filesize = 2M
Also in php.ini:
quick
max_allowed_packet=32M
Good work Anne!
But FYI sudo is not required in TKL appliances as default user account is root (although all processes run under limited accounts).
Thanks for you special
Thanks for you special support!
We'll look into changing the defaults
Add new comment