RE: Increase MYsql file size Upload
10-02-2017, 08:14 PM
(This post was last modified: 10-02-2017, 08:29 PM by betatester3.0.)
I completely forgot that phpmyadmin needs to changes,
re open the php.ini file and find "post_max_size = " and put the size you would like.
so the two that has to be changed to work with phpmyadmin is:
max_file_upload = 5G
post_max_size = 5G
hit ctrl+x then Y to save. That should work aas I just tested it, although It might not display the 5gb max size it might show the previous 2,088kb.
That should work, if it does not then fiddle around with the values of the following:
post_max_size =
upload_max_filesize =
max_execution_time =
max_input_time =
memory_limit = 256MB
You could do it via ssh, but if you are not familiar with the methods it would be much better for you to use phpmyadmin as it would not cause any problems if you do mess up. although if you mess up using ssh as root user you could do some damage to a important db or file.
re open the php.ini file and find "post_max_size = " and put the size you would like.
so the two that has to be changed to work with phpmyadmin is:
max_file_upload = 5G
post_max_size = 5G
hit ctrl+x then Y to save. That should work aas I just tested it, although It might not display the 5gb max size it might show the previous 2,088kb.
That should work, if it does not then fiddle around with the values of the following:
post_max_size =
upload_max_filesize =
max_execution_time =
max_input_time =
memory_limit = 256MB
You could do it via ssh, but if you are not familiar with the methods it would be much better for you to use phpmyadmin as it would not cause any problems if you do mess up. although if you mess up using ssh as root user you could do some damage to a important db or file.
-BetaTester3.0 || Just Another Sentora User.
Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw