Re: 3719: 'utf8' is currently an alias for the character set UTF8MB3, which will be replaced by UTF8MB4 - When using MySQL sakila and world DB examples

2018-07-12 Thread Ram Munjuluri
Downgrading to 5.7.7 and installing "mysql-connector-python 8.0.11" through pip fixed the issue. Is this because the mysql-connector-python from MySQL/Oracle does not work with their own MySQL 8.0.11 version? thanks -Ram On Friday, July 13, 2018 at 9:18:39 AM UTC+5:30, Ram Munju

Re: 3719: 'utf8' is currently an alias for the character set UTF8MB3, which will be replaced by UTF8MB4 - When using MySQL sakila and world DB examples

2018-07-12 Thread Ram Munjuluri
thanks Melvyn. let me try to downgrade to MySQL 5.7.7 first. On Friday, July 13, 2018 at 3:13:23 AM UTC+5:30, Melvyn Sopacua wrote: > > On donderdag 12 juli 2018 19:27:23 CEST Ram Munjuluri wrote: > > > from django.db import models > > # Unable to inspect table 'c

3719: 'utf8' is currently an alias for the character set UTF8MB3, which will be replaced by UTF8MB4 - When using MySQL sakila and world DB examples

2018-07-12 Thread Ram Munjuluri
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

Using introspectdb with MySQL sakila and world databases

2018-07-11 Thread Ram Munjuluri
Hello, I am a newbie to django, trying to create the models from the tables in MySQL for the following 1. Sakila database 2. World database when I execute > *python manage.py inspectdb --database world city* I get the following error message (this is definitely not a warning as I do not se