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

Forum Replies Created

Viewing 15 posts - 1,591 through 1,605 (of 2,527 total)
  • Author
    Posts
  • in reply to: daya synchronization deletes information #16420
    Ritesh
    Member

    Ok.

    We have fixed number of bugs regarding SJA in SQLyog 4.0.

    Download the latest BETA from http://www.webyog.com/sqlyog/SQLyog40.exe and install it. Run the sync tool and check if the problem persists.

    If the problem still exists, then you have to send me backup of your source database and target database. You can generate the .sql files for these databases through DB->Export Database As Batch Script option.

    More information about SQLyog 4.0 can be found at:

    http://www.webyog.com/forums/index.php?act…st=0&#entry3707

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

    Can you paste the XML schema?

    in reply to: daya synchronization deletes information #16418
    Ritesh
    Member

    Which version of SQLyog are you using?

    Can you send us a sample of your data so that we can test it out here and fix the bugs (if there are any)?

    in reply to: Problem with "Copy Table Structure / Data" #16380
    Ritesh
    Member

    Behaviour confirmed on 3.23.54.

    I will revert back soon with the reason(s).

    in reply to: Problem with "Copy Table Structure / Data" #16376
    Ritesh
    Member

    Which version of MySQL are you using?

    In our MySQL server which is 4.1.1-alpha-max-nt, the following SQLs:

    Code:
    create database testdb;

    use testdb;

    CREATE TABLE `test` (                                                        
            `example_col` varchar(100) default NULL                                    
          ) TYPE=MyISAM;

    create table `test_copy` () type=MyISAM select `example_col` from `test` where 1 = 0;

    correctly results in `test_copy` being created and `example_col` datatype is varchar(100).

    in reply to: Error 1062 #16400
    Ritesh
    Member

    Sorry for the inconvenience caused but our web-server went down for some time 🙁

    in reply to: Error 1062 #16398
    Ritesh
    Member

    Can you send me your table structure and sample data?

    Information about SQLyog and MySQL versions will be helpful.

    in reply to: Program Crash when copying table #16405
    Ritesh
    Member

    Which version of MySQL?

    From your reply it looks like that copying tables *without data* does not result in any error?

    in reply to: Cannot connect to ISP mysql #16393
    Ritesh
    Member

    SJA 4.0 bundled with SQLyog 4.0 BETA can use HTTP Tunneling.

    You can sync data to your ISPs server even if direct access is not provided 🙂

    in reply to: Synchronizing Indexes using SJA #16407
    Ritesh
    Member

    SJA only syncs data. For structure synchronization, you have to use SQLyog's -> Structure Sync Tool.

    SJA will fail if the table structure in both the servers are not same.

    in reply to: Problem with "Copy Table Structure / Data" #16374
    Ritesh
    Member

    We are working on your issue and will revert back soon.

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

    Do you mean *from date* in the email?

    in reply to: Program Crash when copying table #16403
    Ritesh
    Member

    Are you copying the database to another host or to same one?

    Which connection type are you using? Can you send us some sample data?

    in reply to: Error 1062 #16395
    Ritesh
    Member

    SQLyog logs all query(s) that it executes in the History Tab.

    Can you see '127' being inserted twice?

    in reply to: Bug in HTTP Tunnel? #16386
    Ritesh
    Member

    We are unable to duplicate the problem at our end.

    Can you provide us temporary access to your web server?

    This would help us resolve the problem quickly.

    If that is possible, mail the details to [email protected]

Viewing 15 posts - 1,591 through 1,605 (of 2,527 total)