How can i change the phpMyAdmin import file max size?
The actual seize is Max: 8,192KB and i would like to change it to: Max: 51,200KiB
I changed the max value in the my.cnf and php.ini files restart mysql server (killall mysqld and mysqld_safe) and apache (killall httpd and service httpd start) but the value is still unchanged in phpMyAdmin.
Thanks in advance for your help

Aiko