HOME>情報備忘録>[phpMyAdmin]インポートファイルがでかすぎてエラーの時

[phpMyAdmin]インポートファイルがでかすぎてエラーの時

php.iniの「upload_max_filesize」と「memory_limit」と「post_max_size」を増やしてあげるとでかいファイルでもアップロード可能になる。

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

FAQ - Frequently Asked Questions -- phpMyAdmin 4.1-dev documentation

Ubuntuの場合、/etc/php5/apache2/php.iniにある。

投稿日 2013年8月27日 23:49
カテゴリ アプリケーション | 設定
タグ PHP | phpMyAdmin
トラックバック URL http://www.kantenna.com/cgi-bin/mt504/mt-tb.cgi/1330

関連ページ(1)

情報備忘録2018年11月 4日 04:11

[PHP]ファイルサイズが大きいSQLファイルをインポートしたい

phpMyAdminでファイルアップロードがエラーになった場合でも諦めずになんとかしたい場合。

コメント

コメントする
Name
Email Address
URL