Mailinglisten-Archive |
Seth Iorio wrote: > seit einiger Zeit versuche ich krampfhaft ein File von der Größe 2,5 MB > in meine MYSQL DB zu schreiben. Aber es passiert nichts! Weiß jemand > woran das liegt bzw. wie ich das Problem lösen kann? Ich hab in der DB Altes Thema. Große Dateien gehören ins Filesystem nicht in die Datenbank. Wer's trotzdem will, beachte das MySQL Manual: "max_allowed_packet The maximum size of one packet. The message buffer is initialized to net_buffer_length bytes, but can grow up to max_allowed_packet bytes when needed. This value by default is small to catch big (possibly wrong) packets. You must increase this value if you are using big BLOB columns. It should be as big as the biggest BLOB you want to use.", http://web.mysql.com/Manual_chapter/manual_Performance.html#Server_parameters Ulf
php::bar PHP Wiki - Listenarchive