Hi Peter,
I did as requested but I had some problems along the way. I was using the beta 5 which I downloaded earlier today.
1. SQLyog crashed a few times while clicking in the date table view.
2. When entering Turkish data into an array of 10 rows that I inserted by entering 10 unique ids after creating the table, some data that I subsequently entered, disappeared. This happened on entering the refresh button after I had been pasting snippets of Turkish texts into different fields.
3. After entering text into the table, I tried to add some table and column comments using the alter table function. After I clicked on the alter table button the columns with converted to latin1_sweedish collation (see fig1.gif) and all the Turkish characters in each of the three columns turned to question marks (see fig2.gif). The comments I added were retained as the correct character although are not displaying properly in the Objects tab:
i.e. the comments below are correct:
Field Type Collation Null Key Default Extra Privileges Comment
--------- ---------- ----------------- ------ ------ ------- ------ ------------------------------- ---------------
id bigint(20) NULL YES (NULL) select,insert,update,references ııIIiiİİşşŞğğĞĞ
utftext char(20) latin1_swedish_ci YES (NULL) select,insert,update,references ğğşşİİ
ucstext char(20) latin1_swedish_ci YES (NULL) select,insert,update,references ğğŞŞİİ
latintext char(20) latin1_swedish_ci YES (NULL) select,insert,update,references ğğİİİŞŞİ
but the attached screenshot shows the comments displayed incorrectly (see fig1.gif) and test1.sql shows the comments outputting ok.
Click to view attachment
Click to view attachment
4. I couldn't find any reference to the utf8-option mentioned in the last post, so I just exported a second attempt using the "Export table using SQL statements" option.
This seemed to export ok. See fig3.gif for how the table looks in sqlyog, and the test2.sql for the resulted export.
Click to view attachment
Hope that is helpful, please get back to me if you want me to do other tests.
Nick
test1.sql and test2.sql attached as zip