0

我最近安装了 xampp 来运行我的 wordpress 网站的备份。我正在尝试在 phpmyadmin 中导入我的数据库备份。数据库大小超过 2 mb,所以我更改了所有必要的内容,例如:

file_uploads
upload_max_filesize
post_max_size
memory_limit
max_input_time
max_execution_time

在 php.ini-production 和 php.ini-development 但导入仍然没有发生。错误类似于:未收到要导入的数据。没有提交文件名,或者文件大小超过了 PHP 配置允许的最大大小。

4

1 回答 1

1

I think that php.ini-production and php.ini-development are just examples and you need to find the real php.ini to make your changes there. To verify what I'm saying, have a look at a phpinfo page to see whether the parameters have been changed. Also, you need to restart Apache after the changes.

于 2013-09-24T09:57:58.587 回答