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

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: #34467
    paksa.tamas
    Member

    My SQLyog version is 11.23.

    The error occurs, when the “character-set-server” value of MySQL is not the same as “set names” command in import file.

    My sharacter-set-server=latin1(from my.cnf)

    When SQLyog send the first datapacket to server from import file, the “set names” commad set the charset to utf8 (File: import.sql.text, LineNo: 7).

    When the second datapacket is sent there is not “set names” command in sql queries. So the connection charset will be default (latin1).

    My patch improve the operation, but it's not perfect, because of using cookies.

    in reply to: #34465
    paksa.tamas
    Member

    Helló!

    I have modified few things in SQLyogTunnel.php file:

    It store the current charset into cookie before mysql_close. After mysql_connect it checks and set last charset from cookie.

    I know it is just temporary solution, but now it's seem to me Execute SQL script command works correct.

    I've attached the file to this post.

    in reply to: #34463
    paksa.tamas
    Member

    Yes!

    When import in progress, the “Query(s) execute” counter wait a second at 749 value.

    So I think this is the first datapacket, that SQLyog send the MySQL through HTTP tunnel.

    Maybe it depend on these server system variables:

    character_set_server = latin1

    collation_sever = latin1_swedish_ci

    in reply to: #34461
    paksa.tamas
    Member

    MySQL version: 5.1.66-0+squeeze1

    SQLyog Ultimate: 11.21 (32 bit)

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