Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mysql 列に 3Mb の文字列データがあります。mysql プロンプトで SQL クエリを実行すると、完全なデータが返されます。しかし、php から完全なデータを取得できず、1 MB のデータ データしか返されません。
私のmysql構成にはmax_allowed_packet_size=33554432
max_allowed_packet_size=33554432
PHPmax_post_size=30mbとmemory_limit=300mb
max_post_size=30mb
memory_limit=300mb