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

Forum Replies Created

Viewing 15 posts - 256 through 270 (of 297 total)
  • Author
    Posts
  • in reply to: [Feature] Autocomplete Columns Pk #34002
    sathish
    Member

    Hello,

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

    regards,

    Sathish

    in reply to: Schema Synchronization Tool #33999
    sathish
    Member

    Hello,

    The issue is reproducible from V10.4. It is a painting issue and it will be fixed in next public release. Thanks for reporting.

    Regards,

    Sathish

    in reply to: Feature Request: #33995
    sathish
    Member

    Hello,

    Quote:
    Redisplay last used tab in prefs dialog when i go back into prefs. This aids me changing something, then going back and changing it again.

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

    Quote:
    Checkbox somewhere to automatically set results after a query to writeable, rather than read only. U usually want to edit what ive selected, rather than just look at it.

    Pressing F8 will automatically execute the query and the result tab will be in editable mode. Please find the screen shot attached.

    Regards,

    Sathish

    in reply to: Multiple Ssh Hosts To Tunnel #33249
    sathish
    Member

    Hello,

    It can be done as follows

    1. Open Putty

    2. In session put the credential of BOX1

    3. Goto Connection -> SSH -> Tunnels in putty

    • Add Source Port = 10000 (this will be a localport in your MyBox(SQLYog), you can change this port depending on availability of open port)
    • Add Destination = BOX2:22
    • Click on add

    4. Connect

    Alternatively in Linux you can use this command

    Code:
    ssh user@BOX1 -L 10000:BOX2:22

    Now from SQLyog connect this way

    MySQL host : localhost

    MySQL usernmae : mysql username of BOX2

    MySQL password : mysql password of BOX2

    MySQL port : mysql port of BOX2

    In SSH tab tunnelling info

    SSH host : localhost

    SSH pass : SSH password of BOX2

    SSH port : 10000

    Note : You have to keep the SSH session to be opened whenever you are using this connections.

    Regards,

    Sathish

    in reply to: Multiple Ssh Hosts To Tunnel #33246
    sathish
    Member

    Hello,

    Try this command from MyBox(having SQLyog)

    Code:
    ssh user@box1 -L some-local-port:box2:22

    Now from SQLyog connect this way

    MySQL host : localhost

    MySQL usernmae : mysql-username-of-server-installed-at-Box2

    MySQL password : mysql-password-of-server-installed-at-Box2

    MySQL port : 3306 (suppose mysql server at Box-2 is listening at port 3306)

    In SSH tab tunnelling info

    SSH host : localhost

    SSH pass : ssh-password-of-Box2

    SSH port : some-local-port

    Regards,

    Sathish

    in reply to: Request: Coloring Connection Title #33202
    sathish
    Member

    Hello Daniel Zanutti,

    We already have this option under advanced tab. In the 'Advanced connection settings' tab you can define a color that identifies the particular connection. Also, you can change from Object browser's context menu 'Change Object Browser Color'. Please find the screenshot attached.

    Regards,

    Sathish

    sathish
    Member

    Hello,

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

    Regards,

    Sathish

    in reply to: Feature Request: Multiple Sqlyog.ini Files #30929
    sathish
    Member

    Hi,

    The -dir option is working fine for us. Are you trying to execute the command syntax from command line or are you trying from the program shortcut? Could you please provide us the screen shots of what exactly you are trying to do?

    Regards,

    Sathish

    in reply to: Simple Query Won't Run In Trial Version #33130
    sathish
    Member

    Hello,

    Can you please tell us which version of SQLyog are you using and MySQL server version? And are you getting any error? If so can you please let us know what is the error message?

    Regards,

    Sathish

    in reply to: Connecting To 1And1 Mysql Databases #33119
    sathish
    Member

    Hello,

    Can you please tell us what is the exact error message you are getting when trying to connect? Could you please attach a screen shot of the error message?

    Also you can refer this FAQ link for http connection issues: http://webyog.com/faq/category/21/https_tunneling.html

    Regards,

    Sathish

    in reply to: Scroll In The Display (Table Data) #33099
    sathish
    Member

    Hello,

    You can view the data page-wise as well. If you change the default from 25 to 10 there will be no scroll bars, and then you can use the prev/next arrow buttons to view the results page-wise. Please find the screenshot attached.

    Regards,

    Sathish

    in reply to: Scroll In The Display (Table Data) #33097
    sathish
    Member

    Hello,

    If the data is too long there will be a vertical/horizontal scroll bar. Also the limit of the table data by default is 25 you can increase the limit to see more rows in the table. Please find the screenshot attached which will give you a clear picture.

    Regards,

    Sathish

    in reply to: Error When Connecting Using New Mysql Host #33069
    sathish
    Member

    Hello,

    Can you please tell us

    The SQLyog version you are using and the connection type(Direct, HTTP, SSH) to connect. And the MySQL server version(SELECT VERSION()).

    Regards,

    Sathish

    in reply to: Feature Request : Ignore Engine Type #33035
    sathish
    Member

    Hello Vishnu Purushothaman,

    Quote:
    In the Schema Synchronization Tool, it would be great if there is an option, “Ignore Engine Type”. We have instances where the Database are same but the engines are different.

    We already have this request in our issue-tracker here: http://code.google.com/p/sqlyog/issues/detail?id=847 We will schedule these according to priority.

    Regards,

    Sathish

    in reply to: Interface Foreign Keys #32951
    sathish
    Member

    Hello,

    We have released version 9.51 with the fix for this. Please refer: http://www.webyog.com/blog/2012/01/03/sqlyog-mysql-gui-9-51-released/

    Regards,

    Sathish

Viewing 15 posts - 256 through 270 (of 297 total)