|
|||
|
Increase file uploads If you have problems with bigger file uploads and you get errors try this: If you become error messages like this Error in QUERY: "" QUERY: "INSERT INTO ...you must set the mysql variable max_allowed_packet to 104857600. For a windows-xampp system write this in your windows\my.ini: set-variable=max_allowed_packet=104857600or direct in mysql: mysql> set global max_allowed_packet = 104857600; |
|||