asishlla Verified User Joined Jul 24, 2009 Messages 235 Feb 20, 2011 #1 Hi, how can i change phpmyadmin database max file import size? I attached a picture thank you Attachments 20-02-2011 22-57-53.png 36.3 KB · Views: 1,472
ISOS6 Verified User Joined May 7, 2009 Messages 322 Location Erbil, Tarin Hills, Iraq Feb 20, 2011 #2 In your php.ini find this line and change to what you want. post_max_size = 8M Click to expand... You find your php.ini here; /usr/local/lib or for suPHP /usr/local/etc/php4 or php5 Yuo must restart Apache after changing
In your php.ini find this line and change to what you want. post_max_size = 8M Click to expand... You find your php.ini here; /usr/local/lib or for suPHP /usr/local/etc/php4 or php5 Yuo must restart Apache after changing
asishlla Verified User Joined Jul 24, 2009 Messages 235 Feb 20, 2011 #4 Hi, it was : Maximum allowed size for uploaded files. upload_max_filesize = 250M not: post_max_size = 8M thank you
Hi, it was : Maximum allowed size for uploaded files. upload_max_filesize = 250M not: post_max_size = 8M thank you