How did you create DB?
http://dev.mysql.com/doc/refman/5.7/en/charset-database.html
On Fri, Apr 8, 2016 at 7:26 PM, asimkon . wrote:
> I have connected successfully MySQL with Django after installing MySQL
> module via easy_install command. But unfortunately I have a problem setting
> mysql db t
I have connected successfully MySQL with Django after installing MySQL
module via easy_install command. But unfortunately I have a problem setting
mysql db to properly recognise greek characters in django. In my setting.py
file I have included the following options:
'OPTIONS': { 'charset': 'utf8',