Increase the Upload Limit in “phpmyadmin” in vicidia
Posted: Fri Feb 15, 2013 5:34 am
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”
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
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”
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