jax wrote:
That depends on what distro you installed, the file is somewhere in /etc assuming you installed the distro's packages for php instead of source. Go to /etc and do a find for php.ini.
Thanks for responding.
I am working with the Ubuntu 10 distro.
I amended etc/php5/apache2.php.ini and added the following at the very bottom of the file:
Code:
php_flag upload_max_filesize 50M
php_flag max_execution_time 300
php_flag memory_limit 64M
I then executed :
Code:
sudo apache2ctl restart
Upon refreshing and attempting to reload my sql dump, it still timed out.
Phpmyadmin still has a value of Max: 2,048 KB next to the fileupload