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

Forum Replies Created

Viewing 15 posts - 1,576 through 1,590 (of 2,527 total)
  • Author
    Posts
  • in reply to: Yog for OSX ? #16469
    Ritesh
    Member

    Work on SQLyog Max is going on. We plan to release a Mac port by end of Jan 2005. First beta of SQLyog Max for Linux and Windows is already available.

    Check out: http://www.webyog.com/forums/index.php?act…ct=ST&f=2&t=883

    in reply to: problem with synchronization #16456
    Ritesh
    Member

    This bug is already fixed in SQLyog Enterprise 4.0 BETA 6 😀

    in reply to: DB Names in Copy DB dialog #16445
    Ritesh
    Member

    The bug has been fixed in SQLyog Enterprise 4.0 BETA 6.

    For more information check out: http://www.webyog.com/forums/index.php?act…&st=0#entry3840

    in reply to: export resultset makes yog crash #16430
    Ritesh
    Member

    The bug has been fixed in SQLyog Enterprise 4.0 BETA 6.

    For more information check out: http://www.webyog.com/forums/index.php?act…&st=0#entry3840

    in reply to: problem with synchronization #16454
    Ritesh
    Member

    Aha! so you were selecting the wrong server.

    By default, SQLyog will show last used connection parameters. You can select an existing connection details from Saved Connections dropdown.

    This is a minor interface issue which we plan to improve upon in SQLyog 4.0 BETA 6 😀

    in reply to: File synchronization #16460
    Ritesh
    Member

    Any file comparison/merge utility like Araxis Merge should do the job for you.

    HTH

    in reply to: problem with synchronization #16451
    Ritesh
    Member

    One thing you can try is execute DB->Empty Database… in the target server and run the Sync process. SQLyog will create the table(s) in the target server and insert all the data from the source to the target.

    in reply to: problem with synchronization #16450
    Ritesh
    Member
    Quote:
    Field count not equal for '`countries`' table

    This means that field count in the source and target servers are not equal. Considering the steps you are following, this looks strange.

    Can you execute

    Code:
    show fields from `countries`

    in both servers and see if there is any difference?

    Quote:
    Column NAME mismatch for '`settings`' table

    Is the column NAME differentiated as VARCHAR and CHAR in the two servers?

    in reply to: problem with synchronization #16447
    Ritesh
    Member

    Database Sync Tool (SJA) requires the structure of source and target tables to be exactly same. Are you sure the tables countries and settings are having the same structure and column count?

    Can you cut-n-paste the CREATE TABLE… stmt. for the tables out here? Can you tell me the versions of your source and target MySQL servers?

    Quote:
    If I execute SELECT on any table in the destination database mysql returns an empty set.

    But you said:

    Quote:
    All tables were synchronized except two

    I believe you are getting empty resultset only for the above two tables.

    in reply to: DB Names in Copy DB dialog #16444
    Ritesh
    Member

    This is a bug with SQLyog.

    While adding up server names in the drop-down combo, SQLyog does not consider SSH connections. It will be fixed in BETA 6.

    in reply to: SJA error on different versions #16431
    Ritesh
    Member

    SJA does a string comparison of the version numbers returned by MySQL and displays a warning.

    You can forget about the warning. Everything will work smoothly for your configuration 🙂

    HTH

    in reply to: BUG: Trouble Scrolling Down in v3.5 #14550
    Ritesh
    Member

    This issue has been resolved in SQLyog 4.0. SQLyog 4.0 has got a completely new and improved editor.

    For more information on SQLyog 4.0 BETA, please visit:

    http://www.webyog.com/forums/index.php?act…ct=ST&f=2&t=977

    in reply to: Email date not set by notification service #16414
    Ritesh
    Member

    Hello Shadow,

    Are you able to reproduce the error?

    in reply to: New WIN-installer for Mysql #16313
    Ritesh
    Member

    😀 😀

    in reply to: Email date not set by notification service #16412
    Ritesh
    Member

    SJA, the command line tool used by SQLyog to send notifications takes a XML schema as input. This schema contains all the information required by SJA i.e. source database informations, smtp server informations etc.

    The wizard in SQLyog generates this schema temporarily and deletes it after SJA has completed its job. You can ask the wizard to save this schema in the second last page where it asks you – “What do you want to do with the job?”. The wizard will save the schema in the filename specified by you in the last page of the wizard.

    With the schema file we will be in a better position to find and solve the bugs (if there are any). You can mail them to me at [email protected]

Viewing 15 posts - 1,576 through 1,590 (of 2,527 total)