Changes between Version 22 and Version 23 of TroubleShooting
- Timestamp:
- 09/12/13 08:27:22 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TroubleShooting
v22 v23 75 75 MySQL Error 2006 ("Gone away") during DB pre-population or imports: 76 76 77 Possible cause: the size of a single record (e.g. gis_location) exceeds the max_allowed_packet size.78 Solution: increasing max_allowed_packet in my.cnf (under [mysqld]) to e.g. 128M might fix the problem.77 - Possible cause: the size of a single record (e.g. gis_location) exceeds the max_allowed_packet size. 78 - Solution: increasing max_allowed_packet in my.cnf (under [mysqld]) to e.g. 128M might fix the problem. 79 79 80 80 ---- 81 81 UserGuidelines/Admin 82 UserGuidelines/Admin