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

Forum Replies Created

Viewing 15 posts - 1,711 through 1,725 (of 2,527 total)
  • Author
    Posts
  • in reply to: Can't connect to remote server #16090
    Ritesh
    Member
    Quote:
    I can connect fine using my_sql_connect() using the same parameters.

    I think you are calling my_sql_connect() from a PHP/PERL page that is residing on the same server as your MySQL database?

    in reply to: import problems from sybase ASE #16061
    Ritesh
    Member

    Can you send me a dump of your database?

    Quote:
    I  dont even see the ODBC import feature in SQLYog 4

    Our latest version is SQLyog 3.71.

    in reply to: schedule backup #16083
    Ritesh
    Member

    Database Synchronization Wizard tool/feature is available from v3.6x upwards. v3.11 is very old and I strongly recommend you to upgrade.

    in reply to: Capturing sja output #16070
    Ritesh
    Member

    Which version of SJA are you using?

    SJA bundled with 3.7x returns non-zero value on success and zero on failure. Many of our customers use SJA under the same conditions like yours and are getting correct return values.

    in reply to: Updating source problem #16076
    Ritesh
    Member

    Strange. Both the servers are same and it should not cause any problem.

    What is the output of SJA? SJA outputs information about the number of row(s) updated, inserted and deleted during the sync process.

    in reply to: sja Timeout issue #15989
    Ritesh
    Member

    No. Currently we dont have any site to tell you our progress.

    in reply to: SQLYog Max #15947
    Ritesh
    Member

    ISP access problem would be resolved in the next 6-8 weeks.

    We are working on a PHP/HTTP tunneling interface for SQLyog.

    in reply to: mysql fails to execute sqlyog batch script #16048
    Ritesh
    Member

    This is strange. Can you mail me the SQL file? I will ask my development team to work on it.

    in reply to: SQLYog Max #15944
    Ritesh
    Member

    Do you have access to other distributions of Linux? Can you try SQLyog Max on those boxes?

    When does it crash? Can you tell us the specific screen

    in reply to: unable to login #16065
    Ritesh
    Member
    in reply to: mysql data sync #16006
    Ritesh
    Member

    If the table is not present in the target, SJA will automatically create the table and populate it with data from the source table.

    in reply to: Garbage on Data Grid Results #16064
    Ritesh
    Member

    Can you post a screenshot of the garbage window?

    in reply to: PHP Tunnelling to ISP #16052
    Ritesh
    Member

    We are developing a HTTP/PHP tunneling bridge. You should be able to see the first cut in the next 6-8 weeks!

    in reply to: Two way synchronization conflicts #16057
    Ritesh
    Member

    One workaround could be to determine the “source” and “target” using a separate query, generate the SJA XML file dynamically to swap the “source” and “target” (if required) and then run SJA.

    However, this wont give you a row level swapping option.

    in reply to: detect changes only for specific columns #16031
    Ritesh
    Member

    Interesting. It works great for me. I recreated the source and target db on my 4.1.1-alpha-max-nt server. I used the following two schemas:

    Code:





    localhost
    root 3306 source


    localhost
    root 3306 target

    `tablename1`
    `column1`


    and

    Code:





    localhost
    root 3306 source


    localhost
    root 3306 target

    `tablename1`
    `id`


    both the cases I got the same result:

    Code:
    SQLyog Job Agent Version 2.0
    Copyright (c) Webyog. All Rights Reserved.

    Sync started at Fri Jul 02 19:38:18 2004

    Table                      SrcRows  TgtRows  Inserted  Updated  Deleted
    =========================  =======  =======  ========  =======  =======
    `tablename1`                     1        1         0        0        0  

    Total time taken – 0 sec(s)

Viewing 15 posts - 1,711 through 1,725 (of 2,527 total)