Question
change max upload size in php.ini
My droplet has Centos 6.5 32 bit installed on it. I have installed zpanel. I wanted to importing a large mysql datatbase from phpmyadmin. So as I searched the internet I need to modify the php.ini file. When I enter the code /etc/php.ini, I get the following message “-bash: /etc/php.ini: Permission denied”. I’m signed in as “root”. Would somebody tell me what is the problem, and how to enable importing large databases (increase max upload size, max upload time, max packet etc.)
I guess I don’t need to tell you that I'n a noop (no experience but google)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
I don’t know that much about zpanel, but what are you trying to edit /etc/php.ini with? The command line? A SFTP editor, or through something in zpanel?
I have edited php.ini with vi or nano editor as well as WinSCP hundreds of times without any problems. Definitely no permission denied.
If you do get the file edited make sure you restart apache/httpd after doing so if that is what you are using for the changes to take effect.