MySQL Forums
Forum List  »  Newbie

Re: Changing charset ang language
Posted by: Michał
Date: July 11, 2005 04:03AM

I also used your advice and I created a new database, after that I used alter database (...) command. Then I created a table (with using ALTER TABLE [name] CONVERT TO (...)). Command SHOW CREATE TABLE and SHOW CREATE DATABASE showing me that the charset and collate are set to latin2 and latin2-bin. But if I put a row to the table, I still have errors with polish letters (wrong code page (probably is set to utf-8)). Maybe the problem is in character_set_system variable which is set to the value: utf8?

Options: ReplyQuote


Subject
Written By
Posted
Re: Changing charset ang language
July 11, 2005 04:03AM


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.