Answer the question
In order to leave comments, you need to log in
MySQL C# EF LINQ cannot find Russian characters, how to fix?
Good day!
I am currently working with a MySQL database through a C# application using EF + LINQ.
And here is the code:
var user = db.users.Where(x => x.login == "Логин").FirstOrDefault();
Answer the question
In order to leave comments, you need to log in
Try like this. See also which collation.
"DefaultConnection": "server=127.0.0.1;uid=errep;pwd=errep1234567;database=errep;CharSet=utf8;"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question