phpMyAdmin导入文件突破2M大小时间:2021-03-31 06:24:19一:通过phpinfo.php找到php.ini在哪个位置,注意,它并不一定在phpMyAdmin路径下; 二:修改upload_max_filesize,post_max_size,以及memory_limit;