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

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 642 total)
  • Author
    Posts
  • in reply to: Can't copy tables — 'Default charset=latin1' #17932
    Shadow
    Member

    And do not use InnoDB because its engine has been changed in 4.1.1 by adding multiple namspace support!

    in reply to: working with remote hosts … #17929
    Shadow
    Member

    MS and the creators of Total Commander were able to create such feature, so it is absolutely not impossible. In fact it is a good idea, but in tunneled environment a rather tough job to accomplish. I would start by modifying SQLyog's tunneling PHP script…

    in reply to: How can I determine the exact version of mysql? #17940
    Shadow
    Member

    And there were quite a lot of changes in sub-versions of 4.1 series…

    SHOW VARIABLES LIKE '%version%'; command will tell you more details about MySql.

    in reply to: Program crash #17915
    Shadow
    Member

    Or simply downgraded XP's display to W2K style 😀

    in reply to: Dowloading SQLyog Job Agent #17925
    Shadow
    Member

    No biting, just deleting 😀 Guess that was too much, sorry Ritesh! But still, you should change that link!

    in reply to: Program crash #17912
    Shadow
    Member

    That damn W2K, right? 😛

    in reply to: Program crash #17910
    Shadow
    Member

    Table data view is not affected by this error.

    in reply to: Request: All results in one window for text mode #17923
    Shadow
    Member

    Although I see no reason for such option, another setting may be added. However, if you want to see the results of several queries, you may copy them to notepad…

    in reply to: Program crash #17909
    Shadow
    Member

    And finally, SQLyog crashed after clicking on the result pane (error message is in Hungarian)…

    in reply to: Program crash #17908
    Shadow
    Member

    Screenshot No. 2. shows SQLyog after execution of 2. SELECT. Note that the value of highlighted cell is still visible!

    in reply to: Program crash #17907
    Shadow
    Member

    Bug confirmed with v4.06 on W2K!!!!!

    Steps to reproduce the error:

    -Execute a SELECT statement from SQL window

    -Change to updatable resultset in the drop-down combo box

    -Highlight the contents of a field

    -Execute another SELECT query from SQL window (the highlighted cell remains highlighted!!!!!)

    -Left click on the result pane and SQLyog crashes…

    Highlighted cell after the first query:

    in reply to: SJA job running for 11 hours #17905
    Shadow
    Member

    INSERTs are usually a lot faster than UPDATEs when BLOB fields are affected. Why? BLOB values are not stored in the table structure, only a pointer is placed there. Therefore MySql has to (1) locate the record to be updated, (2) get BLOB pointer(s), (3) locate BLOB value(s), update BLOB value(s). Inserting data is lot simpler…

    in reply to: Scheduled Backups – Could not connect… #17856
    Shadow
    Member

    Well, theoretically thre's no need to reboot a computer to changes made to a firewall take effect. If it is possible, try to disable Outpost entirelly, then see if SQLyog connects. In case it does not, then it is not the firewall that interferes with SQLyog.

    in reply to: Install option #17859
    Shadow
    Member

    That certainly must not a be big deal! If you change your installer anyway, you could perhaps move the log files and personal folder out of SQLyog's install folder because we prefer to install all programs to Program Files folder but in an enterprise environment most users have only limited access to that folder!

    in reply to: Scheduled Backups – Could not connect… #17854
    Shadow
    Member
    Quote:
    I cannot pass further a window “Provide details about your MySQL server”.

    That's why you didn't find any XML files, the wizard had not finished…

    If you have firewall software running, that may prevent sja.exe from connecting to Internet. Did you check this possibility as well?

Viewing 15 posts - 16 through 30 (of 642 total)