MySQL Forums
Forum List  »  MyISAM

Re: Problems with character
Posted by: Ingo Strüwing
Date: April 03, 2006 04:58AM

I'm not sure. What however comes to mind is a possible character set mismatch. Please try the following from both clients:

show variables like '%char%';
+--------------------------+---------------------------------------------------+
| Variable_name | Value |
+--------------------------+---------------------------------------------------+
| character_set_client | latin1 |
| character_set_connection | latin1 |
| character_set_database | latin1 |
| character_set_results | latin1 |
| character_set_server | latin1 |
| character_set_system | utf8 |
| character_sets_dir | /home/mydev/install-5.0-aid/share/mysql/charsets/ |
+--------------------------+---------------------------------------------------+

show variables like '%coll%';
+----------------------+-------------------+
| Variable_name | Value |
+----------------------+-------------------+
| collation_connection | latin1_swedish_ci |
| collation_database | latin1_swedish_ci |
| collation_server | latin1_swedish_ci |
+----------------------+-------------------+

Regards

Ingo Strüwing, Senior Software Developer - Storage Engines
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
2823
March 30, 2006 09:34AM
1720
March 31, 2006 01:43AM
1842
March 31, 2006 05:41AM
Re: Problems with character
1850
April 03, 2006 04:58AM
1430
April 04, 2006 11:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.