Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Copy All Rows Data To Clipboard In 5.2 Beta 3 #22489
    mkysoft
    Member

    I am sorry I can't see BETA Discussions header before.

    in reply to: Function Charset Problem #22440
    mkysoft
    Member

    I run

    Code:
    SHOW variables like '%character%';

    then sqlyog show this result.

    Code:
    “Variable_name” “Value”
    “character_set_client” “latin5”
    “character_set_connection” “latin5”
    “character_set_database” “latin5”
    “character_set_filesystem” “binary”
    “character_set_results” “latin5”
    “character_set_server” “latin5”
    “character_set_system” “utf8”
    “character_sets_dir” “C:\Program Files\mysql\share\charsets\”

    my default language latin5 in mysql. I setup it in my.ini file. Also my windows is Turkish. I can see turkish character correctly in Sqlyog when running SQL for selecting data from tables. For example;

    Code:
    select 'ş ç ğ ı ü ö İ Ü Ö Ğ' as latin5

    This code working properly.

    Then I try this:

    Code:
    show create function test

    My 'ş ç ğ ı ü ö İ Ü Ö Ğ' characters showing '? ? ? ? ? ? ? ? ?'

    I think this is not Sqlyog problem, its caming from MySQL. Thanks. I am sorry because of I must try before.

    in reply to: Function Charset Problem #22438
    mkysoft
    Member

    Yes. I did this settings before. I checked it again.

Viewing 3 posts - 1 through 3 (of 3 total)