I want to run a SSH command using a cron and I want to extent this cron by adding autocommit=0
So that auto commit is disabled.
How can I achieve this?
Command:
mysql dbname -u dbuser -p'password' < /path/to/the/sqlscript/var/sql/stock.sql
I want to run a SSH command using a cron and I want to extent this cron by adding autocommit=0
So that auto commit is disabled.
How can I achieve this?
Command:
mysql dbname -u dbuser -p'password' < /path/to/the/sqlscript/var/sql/stock.sql