Please help me out to execute a MySQL Stored procedure in command line, where the procedure contains conditional statements..
If you have parameters,
call stored_procedure_name(intValue, doubleValue, 'dateValue');
If your stored procedure doesnot take parameters,
call stored_procedure_name();