PhpMyadmminでデータベースをインポートする際に「phpの容量制限がどうの」と警告が出る。 3M程度のファイルだが、容量制限があってできないというもの。 対処方法 Xamppならコントロール→MySqlの「config」→php.iniを開く 以下の2箇所を変更。 ; Maximum size of POST data that PHP will accept. post_max_size = 10M ; Maximum size of POST data that PHP will accept. post_max_size = 10M
MySQLへのインポート容量制限
Categories:
Tags: