[Solved] Call MySQL stored procedure with parameter from batch file

[ad_1]

Use MySQL command with an e option

Command

mysql -uDBUserName -pUserPassword -DDBName -e="CALL stored_procedure_name (param1, param2, ....)"

Check this

2

[ad_2]

solved Call MySQL stored procedure with parameter from batch file