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

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 7,398 total)
  • Author
    Posts
  • in reply to: Chart Values Inaccurate #35235
    peterlaursen
    Participant

    We will check.

    in reply to: Chart Values Inaccurate #35231
    peterlaursen
    Participant

    MONyog executes “SHOW GLOBAL STATUS” and retrieves the information from the server using this statement. Can you please try to execute the same? It may of course be a calculation/database error in MONyog but it can also be a server bug. What is the server version?

    in reply to: Merge Data Question #35227
    peterlaursen
    Participant

    Please reply to one question: can it happen that the .csv has a row (as identified by `code`) that does not exist in the database? If fhis is possible, what should then happen? Should such rows be INSERTED to the database or should they be ignored? 

    in reply to: Go To A Specific Table Column (improvement) #35220
    peterlaursen
    Participant

    Why “choose a column” (in the Object Browser?) when  autocomplete will identify it for you when typing in the editor? 

    in reply to: Feature Request: Add Automatic Updater #35217
    peterlaursen
    Participant

    We have replied to this many times already.

     

    SQLyog is a commercial program, and we only allow user to update for free after validation of his purchase history (and thus his legal rights to do so). This validation is implemeted in our Custoemer Portal.  I don’t see how it can be done in SQLog itself. 

    in reply to: Paste Sql Statement #35211
    peterlaursen
    Participant

    Is it really a big problem to type CTRL+T to open a new SQL editor? 

    in reply to: Schema Sync Tool Blows Up #35189
    peterlaursen
    Participant

    Just mail to [email protected].

     

    But please check from from the menu .. help .. about that you really are using version 12.07.  You may have multiple versions installed to different folders at the  same time and may be launching the program from a shortcut pointing to another (older) version

    in reply to: Saved Connections #35210
    peterlaursen
    Participant

    We already have a similar requst in our issuetracker here: https://code.google.com/p/sqlyog/issues/detail?id=423.

     

    There are no actual plans to implement tis. But there is one change since this was recorded: If you in the connection manager type a specific letter the list of connections will scroll down to the first connection name starting with that letter. So a workaround like this is possible: name your most important connections starting with “1_” and continue classifying the connections like that (“1_”, “2_” … “9_”)

    in reply to: Bug : Editing A Trigger Corrupts The Quotes ! #35178
    peterlaursen
    Participant

    Please check with version 12.08 released an hour ago: http://blog.webyog.com/2015/02/09/sqlyog-mysql-gui-12-08-released/ “Escaped strings in a TRIGGER definition could have the escapes removed when copying and when using Schema Sync.  This fix is actually a workaround for a bug in MySQL.”

     

     

    (and we actually execute both statements against the sorurce now)

    in reply to: Error Importing Mysql Database Dump #35208
    peterlaursen
    Participant

    The dump does not have the statement “SET FOREIGN_KEY_CHECKS = 0;” on top. It should have if you are using Foreign Keys in the database. There is no way to ensure that ‘parent’ tables are written to the dump file before ‘child’ tables. 

     

    Refer MySQL documentation http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_foreign_key_checksDisabling foreign key checking can be useful for reloading such tables in an order different from that required by their parent/child relationships”. 

     

    SQLyog does write “SET FOREIGN_KEY_CHECKS = 0;” on top as default? Did you use SQLyog to create the dump? If so, did you uncheck this? 

    in reply to: Http Tunneling #35206
    peterlaursen
    Participant

    Please check with version 12.08 released an hour ago:

     

    http://blog.webyog.com/2015/02/09/sqlyog-mysql-gui-12-08-released/

    “When using HTTP-tunnel, SQLyog will identify itself to the webserver using a ‘user agent string’.  This string now identifies SQLyog as an  IE11-compatible application running on Windows 8.1. Before it was IE6 running on Windows XP. This has been reported to cause ‘denial of service’ with some hosting systems.”

    in reply to: Http Tunneling #35205
    peterlaursen
    Participant
    OK .. this is probably because the ‘user agent string’ in SQLyog emulates (or “fakes”, if you like) a browser version that the hosting systems will not allow to perform specific actions (not allow it to use PHP XML-extensions, for instance). We have not updated this ‘user agent string’ for many years now, and SQLyog probaby identies itself to the webserver as an IE version shipped with an early Win XP release.

     

    Some links (if you are intereted in such technicalities):

     

    We should probably update this, so that we identify ourselves to the webserver as IE 11 running on a desktop/laptop (not smartphone/tablet) system. However, as it is long time since we were into this, we will need to study/refresh our minds and test before we can release.  But there are good chances that we can fix in beginning of next week. The last link above seems to tell what we should do about it. 

    in reply to: Ascii Symbols Shown In Datetime Column Values Of Mysql #35196
    peterlaursen
    Participant

    MySQL 5.5.16 is a pretty old server.  Refer http://dev.mysql.com/doc/relnotes/mysql/5.5/en/. There may be a server bug involved. or a JAVA connector bug. Do you know the version of the JAVA connector?

     

    Could you try with another client – such as ‘mysql’ commandline client?

    in reply to: Ascii Symbols Shown In Datetime Column Values Of Mysql #35195
    peterlaursen
    Participant

    To determine the SQLyog version go to menu .. help .. about.

    in reply to: Bug : Editing A Trigger Corrupts The Quotes ! #35177
    peterlaursen
    Participant

    It looks like we have no other option.  I don’t think MySQL will fix this as priority, and even after a fix has been made available, people will continue to use affected server versions for years.  

     

    We are checking if it raises new problems to replace the statement.

Viewing 15 posts - 151 through 165 (of 7,398 total)