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

Use scripting to prompt sync job

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Use scripting to prompt sync job

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8851
      woodpd
      Member

      Can I use scripting languages such as ASP or PHP to start a saved job? Basically I have a CMS tool that a client wants to be able to host on a staging server locally and then on request in the web interface, 'publish' the changes to the live server.

      Hence I want to know if SQLyog will give me that functionality so I can synchronise my live database with the local one when prompted by as ASP script. (scheduling is no good, it has to be on-demand via my web interface for a seamless solution)

    • #17159
      Ritesh
      Member

      Yes 😀

      You have to use the correct function in PHP or ASP to execute sja with the job file as parameter.

      E.g. In PHP you can do:

      Code:
      system ( 'sja.exe schema.xml' );
Viewing 1 reply thread
  • You must be logged in to reply to this topic.