Softaculous


Topic : Database size limit 50MiB - Not able to change


Posted By: torri on December 17, 2017, 8:01 am
i changed
post size, max upload size and memory limit in php.ini , but there is no change when i checked using phpmyadmin (even after lot of restart)



is it hardcoded limit of 50 MiB ?
(Max: 50MiB)


my php.ini

post_max_size = 803M
upload_max_filesize = 803M
max_execution_time = 5000    ; Maximum execution time of each script, in seconds
max_input_time = 5000    ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 640 ; Maximum input variable nesting level
memory_limit = 1000M      ; Maximum amount of memory a script may consume (16MB)


Posted By: 24x7CSM on December 18, 2017, 6:05 am | Post: 1
Make sure you are editing correct php.ini on the correct path and of the correct version, did you checked the path of the php.ini that you are editing ?

-----------------------
24x7CloudServerManagement||Cpanel Server Management Services
9th Year Of Services || Hosting Infrastructure Management

Posted By: lesmond on December 20, 2017, 7:22 pm | Post: 2
go to root /usr/local/webuzo/conf/webuzo/emps in php.ini

Find....
Code
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 50M


change too...
Code
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 500M


after from command line run...
[root@server ~]# service webuzo restart

You must remember every time webuzo is updated so will this file, it will revert back to 50M so you will have to change it again

-----------------------
Buildz Hosting

Posted By: asifashi on August 22, 2018, 6:13 pm | Post: 3
I have try a lot's these changes made effect on Filemanager upload files size but not in PHPMyadmin Import file size

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.