Hello all,

I posted this question with a different subject line and thought  I would 
re-post here with the error.

I am using

MySQL 8.0
Python 3.6.5
Django 2.0.7

When I run 

>* python manage.py inspectdb --database world cit**y*

I get the following error message. Has someone come across this error 
before? I have dropped the schema and recreated it, but to no effect.


# This is an auto-generated Django model module.
# You'll have to do the following manually to clean this up:
#   * Rearrange models' order
#   * Make sure each model has one field with primary_key=True
#   * Make sure each ForeignKey has `on_delete` set to the desired behavior.
#   * Remove `managed = False` lines if you wish to allow Django to create, 
modify, and delete the table
# Feel free to rename the models, but don't rename db_table values or field 
names.
from django.db import models
# Unable to inspect table 'city'
*# The error was: (3719, "3719: 'utf8' is currently an alias for the 
character set UTF8MB3, which will be replaced by UTF8MB4 in a future 
release. Please consider using UTF8MB4 in order to be unambiguous.", None)*

Any suggestion here please? I seem to be stuck here.

Appreciate it.

kind regards
-Ram

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@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/9a91c8e0-accb-428e-bf2d-835183e780b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to