Hello!
He created a database on MySQL, but he does not accept Russian letters. Even a simple SELECT 'pi-pi-pi' FROM dual shows "??? - ???".
Tried all sorts SET NAMES 'cp1251' - does not help.
What to do?
Hello!
He created a database on MySQL, but he does not accept Russian letters. Even a simple SELECT 'pi-pi-pi' FROM dual shows "??? - ???".
Tried all sorts SET NAMES 'cp1251' - does not help.
What to do?
Source: https://ru.stackoverflow.com/questions/820123/
All Articles