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

Forum Replies Created

Viewing 15 posts - 2,191 through 2,205 (of 2,527 total)
  • Author
    Posts
  • in reply to: Unexpected Behavior: Execute Batch File #14532
    Ritesh
    Member
    mhsa wrote on Jun 19 2003, 01:35 PM:
    Using version 3.5…

    When I 'Execute Batch File', three things *don't* happen that I expect, and I'm not sure whether that is by design or not. They are:

    • Statements are not logged to 'History' tab. The only exception I've found so far occurs when the script includes a 'use xxx;' statement. Those are logged to History as 'select database()' (internal SQLyog method?). I expected the individual statements to be logged to History.
    • MySQL output is not logged to 'Messages' tab.
    • Dataset(s) not displayed in the 'Results' tab.

    Is there any effort to integrate the 'Execute Batch File' with the query window, etc.?

    Thanks!

    Zack

    All the three points are by design only. The Execute Batch File… option is used primarily to restore your database which is stored in SQL Scripts. The size of the file is limited by OS that can go in GBs, and SQLyog will execute all the SQL in the file without any performance penalty.

    If you want to get all the message(s), result(s) etc. then you can open the file in the editor using File->Open… and execute all the queries by using Shift+F5 option.

    HTH

    in reply to: Database syncronization #14530
    Ritesh
    Member

    Data sync is in the TO-DO list of SQLyog Max

    in reply to: decimal type can't be unsigned #14528
    Ritesh
    Member

    Thanks.

    in reply to: Import SQL Files #14527
    Ritesh
    Member

    Use Tools->Execute Batch File… option 😀

    HTH

    in reply to: Import SQL Files #14526
    Ritesh
    Member

    Use Tools->Execute Batch File… option 😀

    HTH

    in reply to: Table Diagnostics #14513
    Ritesh
    Member

    From the MySQL Docs –

    Quote:
    For the moment, OPTIMIZE TABLE works only on MyISAM and BDB tables. For BDB tables, OPTIMIZE TABLE is currently mapped to ANALYZE TABLE. See section 4.5.2 ANALYZE TABLE Syntax.

    You can get OPTIMIZE TABLE to work on other table types by starting mysqld with –skip-new or –safe-mode, but in this case OPTIMIZE TABLE is just mapped to ALTER TABLE.

    Guess…thats the problem 😀

    in reply to: Pricing #14514
    Ritesh
    Member

    Please send a mail to [email protected] with your requirements ( no. of licenses etc. )

    in reply to: Table Diagnostics #14511
    Ritesh
    Member

    Which version of MySQL are you running? Can you paste the SQL from the History Window out here?

    in reply to: what happen ? auto increment #14501
    Ritesh
    Member

    If you want to just change the Table Handler, select the Table in the Object Browser and select Change Table Type To -> InnoDB from the popup menu.

    HTH

    in reply to: Hint + appraisal #14502
    Ritesh
    Member

    Greetings

    We are coming out with SQLyog 3.5 very soon which is completely 3.22 compatible. Keep checking Our Site for more news.

    in reply to: what happen ? auto increment #14498
    Ritesh
    Member
    Quote:
    when a try make de change

    What type of change do you mean?

    in reply to: Error deleting relationship #14495
    Ritesh
    Member

    This is a MySQL Error.

    SQLyog logs all the query that it uses in the History Tab. SQLyog will stop executing queries when it faces an Error while dropping a relationship. Check out the History Tab for a series of Queries that SQLyog has executed and you will be able to point out the query that is causing the error.

    HTH

    in reply to: Database Synchronization Tool, How do I? #14493
    Ritesh
    Member

    The Database Synchronization Tool ( DST ) generates SQL statements, to bring the strtucture of table(s) for a database ( i.e. columns, indexes etc. ) completely in sync with another.

    Data Sync is not supported as of now but it is in the TO-DO list of SQLyog Max

    HTH

    in reply to: sugestion: update table in tab on Result pane #14489
    Ritesh
    Member

    This feature is in the TO-DO list for SQLyog Max 😀

    HTH

    in reply to: TODO-List?!?!? #14488
    Ritesh
    Member

    We are coming out with a new version of SQLyog i.e. SQLyog 3.5 later this week 😀

    HTH

Viewing 15 posts - 2,191 through 2,205 (of 2,527 total)