Discussion:
How to fix (2027, 'Malformed packet') exception?
prateek gupta
2018-11-15 06:02:20 UTC
Permalink
Hi All,

I am facing a strange issue in my pre-prod server (in dev and uat it's
working fine).
Whenever I login in django admin and click on any table, it shows me
following error- (2027, 'Malformed packet')

[image: db_error.JPG]

Is there any db setting I am missing here or its is related to server
settings?
Has anyone faced this issue?

Thanks,
Prateek
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7fade990-6b6f-4691-a9c5-dd63c6cdaebb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jason
2018-11-15 12:49:49 UTC
Permalink
its an issue with your mysql connection lib. which one are you using?
Post by prateek gupta
Hi All,
I am facing a strange issue in my pre-prod server (in dev and uat it's
working fine).
Whenever I login in django admin and click on any table, it shows me
following error- (2027, 'Malformed packet')
[image: db_error.JPG]
Is there any db setting I am missing here or its is related to server
settings?
Has anyone faced this issue?
Thanks,
Prateek
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f810fe7a-7c66-4c70-98bd-372f712b387c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
prateek gupta
2018-11-15 12:57:58 UTC
Permalink
I am using mysqlclient 1.3.12.
Post by Jason
its an issue with your mysql connection lib. which one are you using?
Post by prateek gupta
Hi All,
I am facing a strange issue in my pre-prod server (in dev and uat it's
working fine).
Whenever I login in django admin and click on any table, it shows me
following error- (2027, 'Malformed packet')
[image: db_error.JPG]
Is there any db setting I am missing here or its is related to server
settings?
Has anyone faced this issue?
Thanks,
Prateek
--
You received this message because you are subscribed to a topic in the
Google Groups "Django users" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/django-users/IDzHy2KEMg0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/f810fe7a-7c66-4c70-98bd-372f712b387c%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/f810fe7a-7c66-4c70-98bd-372f712b387c%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAF44VH7SRr3zCwLuDUk%2B7HWFsHtUV2iSuFv-xjjTPL9c9-wpxg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...