I have a VPS and in my phpmyadmin at import database, at right of button browse i have (Max: 6.0E+1MiB) What is it ?
Hi, You can try to increase the memory by editing this line "memory_limit = 16M" in your php.ini . Then restart your Apache. OR You can try to by adding the following line "php_value memory_limit 16M "to .htaccess file AND You can try to use phpMyAdmin and import your accounts directly to SugarCRM tables.
Or you can try edit "memory_limit = 16M" ,"php_value memory_limit 16M " changes 16M to -1, -1 is unlimited size. Regards