forums › forums › SQLyog › Using SQLyog › How Can I Change Default Encoding
- This topic is empty.
-
AuthorPosts
-
-
November 16, 2006 at 4:17 am #22917
peterlaursen
ParticipantJust first create the table using default, next rightclick table .. change tabletype
We will support defining an ENGINE with create database, create table and alter table soon.
-
November 16, 2006 at 10:00 am #22918
Killer_B
MemberI changed tabletype but it doesn't make any difference. I still don't get right encoding. I would like to use utf-8 character set for whole table. I can set right character set in columns but it's not working because of the character set of the table.
-
November 16, 2006 at 11:51 am #22919
peterlaursen
ParticipantQuote:I still don't get right encoding.Table type/engine and encoding/charset are two different things!
You asked how to change the table TYPE, but to change the CHARSET in MySQL execute for instance
Quote:ALTER mytable default charset utf8But note that this is not affecting existing columns in that table.
Only new columns created after that will be affected.
Also this we plan to support from the GUI (CREATE TABLE and ALTER TABLE).
-
November 29, 2006 at 12:01 pm #22920
Killer_B
MemberYes I think that would be the right solution, but since I'm obviously complete newbie I don't know where and how can I execute this sql command.
I found only mysql restore and backup command in DB menu.
-
November 29, 2006 at 12:53 pm #22921
peterlaursen
ParticipantQuote:I don't know where and how can I execute this sql command.Just execute from the SQLyog Query Editor.
-
November 29, 2006 at 1:33 pm #22922
Killer_B
MemberI'm very sorry that I keep bothering you, but it seems that utf8 isn't right character set for what I need. I need Slovenian character set. In html I use windows-1250 encoding which is central european but I can't find this encoding in sqlyog.
Thanks again
Nevermind I found solution in latin2 character set.
Again, thank you very much!
-
-
AuthorPosts
- You must be logged in to reply to this topic.