修改apache的最大上传文件大小60

用PHPNOW测试PHP时,上传不了比较大;1.16Icannotuploadbigdump;Startingwithversion2.7.0;Thefirstthingstocheck(or;Thereexistseveralworkaro;*Lookatthe$cfg[‘UploadDi;*Usingautili

修改apache的最大上传文件大小

我们在用PHPNOW测试PHP时,上传不了比较大的文件,提示是文件过大,最大只能上传32M,叫我访问帮助文档 我看了一下

1.16 I cannot upload big dump files (memory, HTTP or timeout problems).

Starting with version 2.7.0, the import engine has been re–written and these problems should not occur. If possible, upgrade your phpMyAdmin to the latest version to take advantage of the new import features.

The first things to check (or ask your host provider to check) are the values of upload_max_filesize, memory_limit and post_max_size in the php.ini configuration file. All of these three settings limit the maximum size of data that can be submitted and handled by PHP. One user also said that post_max_size and memory_limit need to be larger than upload_max_filesize.

There exist several workarounds if your upload is too big or your hosting provider is unwilling to change the settings:

  • Look at the $cfg[‘UploadDir’] feature. This allows one to upload a file to the server via scp, ftp, or your favorite file transfer method. PhpMyAdmin is then able to import the files from the temporary directory. More information is available in the Configuration section of this document.

  • Using a utility (such as BigDump) to split the files before uploading. We cannot support this or any third party applications, but are aware of users having success with it.

  • If you have shell (command line) access, use MySQL to import the files directly. You can do this by issuing the “source” command from within MySQL: source filename.sql.

意思似乎是要嘛就要修改PHP.INI要嘛就要用FTP等功能上传到服务器,还有就是切割文件成小文件了(使用BigDump)

想了想,先尝试最简单的用FTP等功能上传到服务器,找到了PHPMYADMIN配置文件里的$cfg[‘UploadDir’],修改了

但是那个上传的页面竟然提示出错,奶奶的

看来还是修改PHP.INI实在,幸好现在是在本地操作,寻找PHP.INI文件把,找了一下,发现很奇怪的问题,似乎PHPNOW并没有使用这个文件

以前我安装过PHP.INI,里面有两个模板文件,分别在后面加了多几个字符的,现在这两个文件都好好地待在那里

难道开发那个是复制这些文件去修改的?那也应该有PHP.INI这个名称的文件才对 再仔细找找吧,功夫不负有心人,在Pn文件夹发现了Init.php,里面有个 $Cfg[‘upload_max_filesize’] = ’32M’;

Cfg[postmaxsize]= Cfg[‘upload_max_filesize’]; 嘿嘿,我改,我改我改改改

$Cfg[‘upload_max_filesize’] = ’60M’;

刷新页面,没变化,还是默认的32M,嘿嘿,难不倒我 重启APACHE 果然成功了

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值