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

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 642 total)
  • Author
    Posts
  • in reply to: is there any patch or update for character set?? #17214
    Shadow
    Member

    SQLyog does support most of the new features included in 4.1. Implementing charset support is underway. You may still execute the necessary statements from the SQL window, thus setting charset manually.

    in reply to: Error Using ODBC Import #17175
    Shadow
    Member

    Standard MyISAM tables won't be able to hold so much data, they are limited by OS file size restrictions. You may use merge tables if you want to stck with MyISAM. However, I would suggest you to switch to InnoDB, which may use several files to store a table.

    in reply to: Failing on large batch files #17204
    Shadow
    Member

    Try increasing the max_allowed_packet variable.

    in reply to: Suggestion – persistent history #16809
    Shadow
    Member

    SQLyog MAX is going to have a much better history handling, ask for a beta and see it yourself. Any comments will be appreciated!

    in reply to: Job Agent & Structure Synchronization Tool #16788
    Shadow
    Member

    Currently this feature is not supported, but I gather that it is on the to-do list.

    in reply to: Is It Possible to Detect Server Side Encoding? #16712
    Shadow
    Member

    Try setting character_set_connection variable manually from SQL window to a Chinese charset!

    in reply to: Error No. 2007 – Protocol Mismatch #16676
    Shadow
    Member

    The newer builds of PHP have trubles to connect to older versions of MySql as well. Even if they did, the returned results would not be in the format expected by SQLyog.

    in reply to: Executing In PHP #16706
    Shadow
    Member

    I belive, there are simpler ways of backing up a db than launching SQLyog via PHP. Actually, I don't even get how you could make use of SQLyog in a shell script either!

    in reply to: After a year of use, a few requests #16662
    Shadow
    Member

    😀

    in reply to: After a year of use, a few requests #16660
    Shadow
    Member

    HELP “string functions” or “numeric functions” will do the trick… You can do various category searches, these two were only examples. I tend to refer to this help more and more often!

    in reply to: After a year of use, a few requests #16658
    Shadow
    Member

    If you have MySql 4.1, then #4 is pretty much solved: just type “HELP ” in the SQL command window and MySql will return a short explanation.

    in reply to: Automate batch dump #16654
    Shadow
    Member

    Until these versions are complete, you could try MySqlAdministrator from MySql. It's a free MySql server management tool which is capable of executing scheduled backups and restores.

    in reply to: Multiple tables selection #16625
    Shadow
    Member

    You may delete all tables in a db by using the truncate database feature of SQLyog.

    in reply to: copy database error #16650
    Shadow
    Member

    Replace the ENGINE keyword with TYPE and the CREATE TABLE statement will work as expected, unless you have some timestamp columns.

    Ritesh: SQLyog could detect the versions and do this conversion automatically!

    in reply to: Cant connect to target host #16627
    Shadow
    Member

    Perhaps the user is not allowed to connect from another host…

Viewing 15 posts - 91 through 105 (of 642 total)