MySQL Forums
Forum List  »  General

Warning with show variables
Posted by: Olag Ulga
Date: November 19, 2009 01:53AM

Hi

On some of our servers MySql displays a warning if i execute the query >show variables<

The Warning Incorrect string value: '\xE4ische...' for column 'Value' at row 1

even if i filter the query like >show variables where variable_name = 'xxxx'< so that no rows are returnd the warning occurs.

The servers are running on Windows
No Warning on. MySql 5.0.27
Warning on 5.0.45, 5.0.77, 5.0.87

The servers are not running the exactly same config. So it could also be a config thing.

>>>Where is this Warning from and how can I prevent it?


Thanks for help...



Update:
I have found a possible reason. The following row is truncated even on 5.0.27: 'system_time_zone', 'Mitteleurop'

combined with '\xE4ische...' it results in Mitteleuropäische...

>>>>Is it an encoding bug or a config mistake?



Edited 1 time(s). Last edit at 11/19/2009 02:18AM by Olag Ulga.

Options: ReplyQuote


Subject
Written By
Posted
Warning with show variables
November 19, 2009 01:53AM
November 20, 2009 06:49PM


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.