RE: Increase MYsql file size Upload
10-01-2017, 09:40 PM
(This post was last modified: 10-01-2017, 09:49 PM by betatester3.0.)
(10-01-2017, 09:34 PM)testing Wrote: "Hey bud,
Go to your php.ini file and search for "upload_max_filesize" and adjust the value to fit your needs.
don't forget to restart HTTPD
Code:
systemctl restart httpd"
How to reach php.ini, i am unable to locate it via file manager in root folder, I see my root folder as empty but has only directory for my website but no other files, like mail folder, and alike.
login to the server using ssh:
Copy the bellow code and it will take you to the ini file:
First it will download nano (lol I like nano), then it will cd into the etc directory and open the php.ini file for editing .
Code:
yum install nano -y && cd /etc && nano php.ini
to save and close the file enter "ctrl+x" it will prompt you with Y/N enter "Y" to save the file"
I would suggest rebooting after that:
Code:
reboot
-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