Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Everett James   on Jul 28 In Java Category.

  
Question Answered By: Olga Allen   on Jul 28

go to your mysql  and in mysql command prompt type

mysql> show varibles like '%char%';

and also

mysql> show global varibles like '%char%';

and see the results;
database, connection and system variables should be utf-8

if not, you can change this settings by adding
default-character-set=utf-8

in your my.cnf or my.ini below [mysql] and [client]

and restart mysql service.

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Farsi problem in MySQL Or get search suggestion and latest updates.


Tagged: