Use MySQL command with an e option
Command
mysql -uDBUserName -pUserPassword -DDBName -e="CALL stored_procedure_name (param1, param2, ....)"
2
solved Call MySQL stored procedure with parameter from batch file
Use MySQL command with an e option
Command
mysql -uDBUserName -pUserPassword -DDBName -e="CALL stored_procedure_name (param1, param2, ....)"
2
solved Call MySQL stored procedure with parameter from batch file