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

Forum Replies Created

Viewing 15 posts - 211 through 225 (of 297 total)
  • Author
    Posts
  • in reply to: Shared Memory Connection Protocol #34262
    sathish
    Member

    We use the MySQL C connection API – mysql_real_connect() to connect to MySQL.

    According to the MySQL documentation

    Quote:
    If host is NULL or the string “localhost”, a connection to the local host is assumed. For Windows, the client connects using a shared-memory connection, if the server has shared-memory connections enabled. Otherwise, TCP/IP is used.

    So, this API automatically detects the connection protocol (using the rules above) and connects using it. Therefore you should not specify “localhost” if you are using shared memory.

    We will also look into this and see if there is anyway we can force a specific type of connection, but for now you should specify the IP address rather than “localhost”.

    in reply to: Filter For Tables In Import Wizard #34257
    sathish
    Member

    Hello,

    We have added this request in our issue tracker here: https://code.google.com/p/sqlyog/issues/detail?id=1924 We will schedule this according to priority.

    Regards,

    Sathish

    in reply to: Sql Dump Export Tables, Text Columns Converted To Blob? #34256
    sathish
    Member

    Hello,

    We tried exporting a table as sql dump with a text field, but unable to reproduce this in the current version(v11.01).

    Could you please let us know which version of SQLyog are you using(Help->About)?

    The MySQL server version( Select Version(); )

    Also please paste the create table statement here?

    Regards,

    Sathish

    in reply to: Disabling Backquote In Generated Sql #34248
    sathish
    Member

    Currently this is not possible in SQLyog. There is no option to remove backquotes in the DDL Information section of the Info tab and in SQL Preview tab in the Alter Table window.

    in reply to: 1-2 Sec Delay When Executing Query #34238
    sathish
    Member

    Hello,

    We are unable to reproduce this at our end. Could you please create a private support ticket by sending a mail to [email protected]

    in reply to: Allow Specification Of Initial/default Database #34233
    sathish
    Member

    Hello,

    We have added this request in our issue tracker here: https://code.google.com/p/sqlyog/issues/detail?id=1920 We will schedule this according to priority.

    Regards,

    Sathish

    sathish
    Member

    Hello,

    We have added this request in our issue tracker here: https://code.google.com/p/sqlyog/issues/detail?id=1919 we will schedule this according to priority.

    Regards,

    Sathish

    in reply to: Sql Script ? #34236
    sathish
    Member

    There is an option in Tools-> Backup database as SQLdump. Select the tables which you want. If you are not looking for this could you please elaborate?

    in reply to: Allow Specification Of Initial/default Database #34231
    sathish
    Member

    Hello,

    There is an option in the advanced tab in connection manager to define a MySQL init-command for a connection. You can specify the database name in init-command option. That will be a default database for the connection. Please find the screenshot attached.

    Regards,

    Sathish

    in reply to: Recovering Contents Of Query Tab #34235
    sathish
    Member

    Hello,

    This feature is not currently available in SQLyog. However we have this request in our issue tracker here: https://code.google….s/detail?id=954 It will be scheduled according to priority.

    Regards,

    Sathish

    in reply to: Table Data Tab Limits Setting #34225
    sathish
    Member

    There is stop button in table data tab in 9.33 as well. Please find the screen shot attached.

    in reply to: Table Data Tab Limits Setting #34223
    sathish
    Member

    Hello,

    Quote:
    We created a table the other day with 1200 rows and un-checked the limit rows box to view them all. Now that table has 7 million rows and we are no longer able to reset the limit rows box.

    The application will wait until the data is being loaded in table data tab. You can stop and change the settings.There is a stop icon in the table data tab when the data is being loaded. You can click on the stop icon and check the limit rows option. Please find the screenshot attached.

    Regards,

    Sathish

    in reply to: Messages Update Stored Procedure #34209
    sathish
    Member

    Hello

    We have added this request in our issue tracker here: https://code.google…./detail?id=1915 We will schedule this according to priority.

    Regards,

    Sathish

    in reply to: Lost Connection In Ssh Tunnel (error 2013) #23838
    sathish
    Member

    Hello,

    You get this error only when your SSH host address is wrong. Could you please double check your connection details or enter the connection details again in SSH tab and MySQL tab in the connection manager. If you are still having issues we would like to have a shared session in order to check this issue. You can create a private ticket by sending a mail to [email protected].

    Regards,

    Sathish

    in reply to: Tunneling Error #34190
    sathish
    Member

    Hello,

    It would be good if we can have a shared session as it would help us resolve the issue quickly. Could you please create a private ticket by sending a mail to [email protected].

    Regards,

    Sathish

Viewing 15 posts - 211 through 225 (of 297 total)