Page 1 of 1

Increase the Upload Limit in “phpmyadmin” in vicidia

PostPosted: Fri Feb 15, 2013 5:34 am
by brett05
Increase the Upload Limit in “phpmyadmin” in vicidial.
Step-1: Need to open a internet explorer and type the IP of your server where you want to increase the upload limit of your phpmyadmin

“http://119.148.11.xx/phpmyadmin/”

Step-2: Need to log in with the user name “root” and the password “vicidial”
Image


Step 3 Need to edit the php.ini file in the following link in your vicidialnow server

” /etc/php.ini “

( download the file with the help of SSH secure file transfer software)

Step 4 Open the php.ini file using the WordPad and need to change the following things

memory_limit = 64M instead of 2M /8M

upload_max_filesize = 64M instead of 2M

post_max = 800M instead of 2M

max_execution_time = 3600

Step 5 save the php.ini file and replace with the help of SSH secure file transfer software

Step 6 Need to restart your httpd services using the below command or restart your server

# service httpd restart

Re: Increase the Upload Limit in “phpmyadmin” in vicidia

PostPosted: Fri Feb 15, 2013 1:14 pm
by williamconley
Interesting post. :)

We usually just use nano and change the file in place. Or Webmin's file editor to modify it.

Re: Increase the Upload Limit in “phpmyadmin” in vicidia

PostPosted: Sat Feb 16, 2013 2:52 pm
by brett05
yes same thing williamconley but i have write this poste for newbies person

thanks

Re: Increase the Upload Limit in “phpmyadmin” in vicidia

PostPosted: Sat Feb 16, 2013 3:15 pm
by williamconley
In that case, it would probably be helpful to give the Name of a "SSH secure file transfer software" sample (such as WinSCP). Whereas "nano" (and vi) are already installed on the server. I like nano because it has a menu! LOL (I personally hate "vi" ... no menu, arcane language, designed for linux techs in the prior millennium.)