Reputation: 23
I have created database with Persian words in MySQL workbench, and it creates/shows them perfectly:
create database تست;
show databases;
but when I try to view them in MySQL command line client, it shows ‘???’:
and when I try set names utf8mb4;
:
And trying to execute these in command line client:
create database `تست`;
show databases;
Then I've changed font to "Courier new":
Still ?????
Upvotes: 1
Views: 81