php - PHP中上传限制和发帖限制的上限

标签 php mysql phpmyadmin

我已将上传和发布限制选项更改为 8000 M。但是,当我尝试从只有 12.4 MB 的文本文件导入表时,我收到一条错误消息:

You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit.

8000 M 太大了吗?

最佳答案

Be careful not to exceed the 32 bit signed integer limit (if you're using 32bit versions) as it will cause your script to fail.

http://www.php.net/manual/en/ini.core.php#ini.post-max-size

关于php - PHP中上传限制和发帖限制的上限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10988214/

相关文章:

php - CakePHP 2.0 在查询中命名 MySQL 聚合函数

php - 当我尝试使用 php 文件时,ffmpeg 显示 null

php - 很多查询 - 慢?

php - 等待 30 秒以允许对 PHP 和 MySQL 执行新操作?

php - MySQL - "Database name"设置在哪里?

mysql - 如果我们只能访问 phpMyAdmin,备份整个数据库的最佳方法是什么?

php - $this 在回调函数中

mysql - CakePHP登录失败

mysql - 管理员 URL '&' 更改为 '&'

php - 自动增量跳过数字?