i know it, that problem ocurred when mysql is being used by other
process... so you can add  CONN_MAX_AGE: 0 in your conection string... and
also try to use a diferent database and avoid to use multi threading
processes

El dom., 23 sept. 2018 a las 23:41, <[email protected]> escribió:

> Thank you so much Adolfo. I know your code is the best practice but are
> you sure your code will solve the problem?
>
> On Monday, September 24, 2018 at 11:13:14 AM UTC+7, Adolfo Cueto wrote:
>>
>> Hey man try to change you code line like this....
>>
>> latest_message = 
>> Message.objects.filter(example_field=1).order_by("-id").first()
>>
>>
>> El dom., 23 sept. 2018 a las 22:55, <[email protected]> escribió:
>>
>>> I am a python developer and I am using Django 1.9.8 for my project.
>>> I am having a problem with MySQL like below:
>>>
>>> I have a model named 'Message' and sometimes when running this code, I
>>> got the exception 'Commands out of sync; you can't run this command now'
>>>
>>> latest_message = 
>>> Message.objects.order_by("-id").filter(example_field=1).first()
>>>
>>> can you point out to me why does it happen and how to fix it?
>>> thanks,
>>> Thanh Tran
>>>
>>> --
>>> 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 [email protected].
>>> To post to this group, send email to [email protected].
>>> 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/740fac2d-3399-45d3-bd96-54a76e7f2335%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/740fac2d-3399-45d3-bd96-54a76e7f2335%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 [email protected].
> To post to this group, send email to [email protected].
> 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/eea6b14a-e6d7-4777-a214-a51b86b89431%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/eea6b14a-e6d7-4777-a214-a51b86b89431%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 [email protected].
To post to this group, send email to [email protected].
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/CA%2Bb6%2BDD1G%2B8vwE%2B86kYB74VHVergeqybGZR4%3DYNZ7tMaWdxuFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to