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

Forum Replies Created

Viewing 15 posts - 1,771 through 1,785 (of 2,527 total)
  • Author
    Posts
  • in reply to: Error No. 1227? #15885
    Ritesh
    Member

    Yes. You can export data with the default settings.

    in reply to: Error No. 1227? #15882
    Ritesh
    Member

    SQLyog uses MySQL's standard BACKUP TABLE… option to take backups. This option does not work if SQLyog and the MySQL server are running on different machines.

    If you want to take backup of a remote database, you have to use DB -> Export Database As Batch Script. SQLyog comes with context sensitive help for all its dialogs. Just press F1 and you will be shown help for the dialog i.e. Export Database As Batch Script.

    HTH

    in reply to: Error No. 1227? #15880
    Ritesh
    Member

    Are your source and target MySQL server located on different machines?

    in reply to: Error 1064 on synch procedure #15871
    Ritesh
    Member

    Yeah I got it 🙂

    in reply to: Error 1064 on synch procedure #15867
    Ritesh
    Member

    Can you send me a backup of your database?

    Information like OS, MySQL version would be very helpful.

    in reply to: SSL problems #15792
    Ritesh
    Member

    Unfortunately, it isn't possible to connect with SSL using MySQL Client Library on Windows. It is something MySQL would like to support in the future, but currently there are both technical limitations (the code has not been written) and legal limitations (due to incompatibilities with the GPL).

    So, until some time in the foggy future, you can work around this by using some kind of tunneling program. See details here:

    http://dev.mysql.com/doc/mysql/en/Windows_and_SSH.html

    in reply to: 3.7rc1 #15688
    Ritesh
    Member

    Have you tried connecting to those servers?

    in reply to: Remote Database update #15851
    Ritesh
    Member

    You can use SQLyog Job Agent to sync data between TWO MySQL databases. Your case is perfect for SJA if both the source and target datasource are MySQL.

    As of now it is not possible to sync data between two heterogeneous datasources.

    in reply to: Error 1062 #15865
    Ritesh
    Member

    Can you tell me your Source and Target MySQL versions?

    in reply to: Problems with SJA – Linux Version #15623
    Ritesh
    Member

    I have received the dump. Thanks 🙂

    in reply to: Problems with SJA – Linux Version #15621
    Ritesh
    Member

    Hello,

    Which version of MySQL?

    Can you attach a dump of the database?

    in reply to: SSL problems #15790
    Ritesh
    Member

    I understand that connecting from the shell is working fine because the configuration is OK on the server. I want you to try the mysql command line tool from the windows pc.

    in reply to: Good SQL discussion forum? #15809
    Ritesh
    Member

    Thats true Shadow but we prefer to give support on SQLyog 🙂

    in reply to: Minimized window at startup problem #15804
    Ritesh
    Member

    This problem was reported by CalEvans before. We have already fixed it in 3.7.

    in reply to: SSL problems #15788
    Ritesh
    Member

    Are you able to connect thru SSL using mysql client command line tool?

    Note: You should try to connect to the remote server in “client-server” mode using mysql client comand line tool.

Viewing 15 posts - 1,771 through 1,785 (of 2,527 total)