Recent content by Mahdi Elahi

  1. M

    Question Run Scheduled Tasks With Sql Command In Plesk

    how to run query in scheduled tasks for windows server ?
  2. M

    Question Run Scheduled Tasks With Sql Command In Plesk

    its use it for linux ? Run a mySQL query as a cron job?
  3. M

    Question Run Scheduled Tasks With Sql Command In Plesk

    how to do it and use direct mysql command ?? show example please
  4. M

    Question Run Scheduled Tasks With Sql Command In Plesk

    sorry , i dont khow,:( whats different bettween linux and windows server for use scheduled task? what i do now ?
  5. M

    Question Run Scheduled Tasks With Sql Command In Plesk

    i dont use linux, what i do ?
  6. M

    Question Run Scheduled Tasks With Sql Command In Plesk

    how to use windows cli or plesk cli ? in windows i use sql server , is different between my sql or sql serve in bash.script content of script mysql --user=[zarbafco] --password=[*********] --database=[zarbafco_itisa] --execute="Insert into zarbafco_itisa.dbo.TSync1 (Id,Name,Age) Values...
  7. M

    Question Run Scheduled Tasks With Sql Command In Plesk

    i use this for path ,its true ?
  8. M

    Question Run Scheduled Tasks With Sql Command In Plesk

    Thanks , i create bash script and upload it on httpdocs , but in what write in Command scheduled task to execute the script file? how to use it in scheduled task ? i write in command filed /zarbafco/bash.sh but its not run and show this error '/zarbafco/bash.sh' is not recognized as an...
  9. M

    Question Run Scheduled Tasks With Sql Command In Plesk

    Hi, I want Insert a record every minute in specified Table, but how to set sql command for scheduled tasks in plesk ? i upload a comman.sql in httpsdocs how to use it in scheduled tasks
Back
Top