Changes between Initial Version and Version 1 of Ticket #31887, comment 1
- Timestamp:
- Aug 14, 2020, 1:29:43 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31887, comment 1
initial v1 1 1 Hola, compañeros tengo este error al ejecutar las siguientes lines en el shell de django 2 3 {{{ 2 4 from django.db.models import Avg, Max, Min, Sum 3 5 … … 134 136 135 137 OperationalError: (2006, 'MySQL server has gone away') 138 }}}