[sqlalchemy] Re: using Utf8 problem

2014-01-30 Thread Alexander Peprepelica
>Unknown character set: 'utf8mb4'" Versions Windows sqlalchemy 0.9.1 MySQL-python 1.2.3 Linux SQLAlchemy==0.9.1 MySQL-python==1.2.5 MySQL is connected bu ssh tunnel on windows and linux (but in linux I use putty+wine) -- You received this message because you are subscribed to the Google Groups

[sqlalchemy] using Utf8 problem

2014-01-30 Thread Alexander Peprepelica
I have such code engine = create_engine(u'mysql+mysqldb://login:pass@127.0.0.1:3307/mydb?charset=utf8&use_unicode=1') in windows all is fine But when I execute code in linux I have problem with unicode What I do wrong? -- You received this message because you are subscribed to the Google Grou