markdown 在OSX上使用MAMP和phpMyAdmin导入大型数据库

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在OSX上使用MAMP和phpMyAdmin导入大型数据库相关的知识,希望对你有一定的参考价值。

### There are a couple of reasons for this error message:

1. MAMP’s PHP has a conservative limit to the amount of data you can POST in a request (32Mb).
2. MAMP’s PHP has a conservative limit on the size of uploads in general (32Mb).
3. MAMP’s PHP has a conservative memory allowance by default (8Mb)
4. MAMP’s PHP has a short timeout value for scripts and pages (30 seconds)

### The Solution
To fix this issue, you need to update MAMP’s `php.ini` file to increase the above limits. Beware though - how you do this depends on whether you are using regular MAMP or MAMP Pro:

1. MAMP — you need to manually edit the `php.ini` with a text editor
2. MAMP Pro — you need to edit the `php.ini` via the in-app “template” editor

以上是关于markdown 在OSX上使用MAMP和phpMyAdmin导入大型数据库的主要内容,如果未能解决你的问题,请参考以下文章

从过期的 MAMP Pro 试用版迁移到 MAMP 的免费版 (OSX) 后显示 Wordpress 安装页面

Drupal 7 安装失败 OSX 小牛 MAMP

Apache 不在 OSX 中的 MAMP 中启动(但 MySQL 工作)

更新 MAMP phpmyadmin 4.0.4

MAMP 本地主机不工作

如何在 OS X 上使用 PHP7 在 MAMP 上安装 mongodb php 驱动程序?