I can call sp when MySQL is on a Windows box but I'm not familiar with Linux so I don't have a clue. Thanks for your help
Asked
Active
Viewed 72 times
0
-
you need to convert `.bat` to `.sh` ... – Martin Zeitler Mar 30 '18 at 23:58
-
so .sh on windows is going to run the stored proc on the Linux box? – RexT Mar 31 '18 at 02:30
-
you cannot run batch on Linux, because there is no such thing, there only is shell script: https://stackoverflow.com/questions/8055694/how-to-execute-a-mysql-command-from-a-shell-script – Martin Zeitler Mar 31 '18 at 12:47