Amir
Amir

Reputation: 23

How to see/write persian letters in mysql 8 commad line client

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 ‘???’:

enter image description here

and when I try set names utf8mb4;:

enter image description here

And trying to execute these in command line client:

create database `تست`;
show databases;

enter image description here

Then I've changed font to "Courier new":

enter image description here

Still ?????

Upvotes: 1

Views: 81

Answers (0)

Related Questions