40mbのDBだと 500エラーがでて真っ白
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at you@example.com to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.
これをそのままほかって置くとインストできる
しかし、すぐローカルのtopなどにいくと 駄目 DBをダウンロードしてみれば
サイズが少ないのでわかる
エラーログは
file:///Applications/MAMP/logs/apache_error.log
にあり、読むとなぜじゃ
[Tue Dec 02 15:28:04.916879 2025] [fastcgi:error] [pid 20285] [client ::1:50152] FastCGI: comm with server "/Applications/MAMP/fcgi-bin/php7.4.33.fcgi" aborted: idle timeout (30 sec) [Tue Dec 02 15:28:04.917449 2025] [fastcgi:error] [pid 20285] [client ::1:50152] FastCGI: incomplete headers (0 bytes) received from server "/Applications/MAMP/fcgi-bin/php7.4.33.fcgi"
とあり なぜか、php7.4.33でタイムアウトしてる このphpをつかてるのか?
phpmyadmin5のtopにかいてあった

7.4.33のタイムアウトを長くしてみよう。
ここに書いてああった
https://stackoverflow.com/questions/76079982/how-to-stop-30s-timeouts-in-mamp

MAMPで、「ファイル」→「テンプレートを開く」→「Apache」→「httpd.conf」と進み、ファイル内で以下の項目を検索します。
MAMP_FastCgiServer_MAMP
MAMP_FastCgiServer_MAMP -idle-timeout 300
これでタイムアウトはしなかった
でも 駄目だった
DBでないかも