Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Start Job From Php Script
Hi there.
As I understand it, a sqlyog job is started by calling “sja.exe” followed by two parameters, an xml job-file and a log-file.
It is perhaps possible to start this process from a php script? Has anyone had any experience with this?
Thanks.
http://php.net/manua…nction.exec.php explains.
Yes, I expected that exec is the command to use for this. Do you have any idea how to display the progress of the job with php or perhaps javascript?