I had installed xampp 7.4 version. And it had 10.4.14- mariaDb for database. I had set all the charset=utf8 . the status in mysql is all fine in utf8. But when I set a database table for: create table db1(name varchar(10)) charset = utf8; And all this is well now when I save a record: set names uft8;insert into db1("數學"); Save was successful, but the display was wrong when i command: select name from db1; It couldn't show chinese word :
'? ?'
I have serach for the font for zh-tw in mysql dir and couldn't find it. Anyone else to teach me how to resolved this question? Thanks.