[wd_asp elements=’search’ ratio=’100%’ id=1]

Increase phpmyadmin import limit

23rd May 2014

MySql

mysql codehaven category

Edit your php.ini file, find the following and replace the 2M to something like 10M.

; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 2M

and in the htaccess file you would use: –
php_value upload_max_filesize 6M