Changes between Version 21 and Version 22 of TroubleShooting
- Timestamp:
- 09/12/13 08:27:02 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TroubleShooting
v21 v22 71 71 If not, update your web2py to the current trunk. 72 72 73 == MySQL issues == 74 75 MySQL Error 2006 ("Gone away") during DB pre-population or imports: 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. 79 73 80 ---- 74 81 UserGuidelines/Admin