EZ Linux Admin random header image

Entries from April 2012

How to increase upload limit for PhpMyAdmin on a Cpanel server

April 22nd, 2012 by EZ linux · No Comments

By default, PhpMyAdmin in a Cpanel server imposes an upload limit of 50MB. So importing a SQL file larger than 50MB may time out. Cpanel PhpMyAdmin uses the php.ini file /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini. To increase upload limit, change values of upload_max_filesize and post_max_size in this php.ini file. Typically, you may set value of post_max_size to twice the [...]

Click to continue →

Tags: Cpanel and WHM · Linux Software / Scripts · Linux Tricks