how to execute a stored procedure SQL (MySQL) on Unix ..? Thank you.
1 Answer
at the risk of being called facetious
EXECUTE stored_procedure
3 Comments
Mercer
so when i m connected in my sql via shell, how to do for create my procedure ..? I have script in file .txt
trickwallett
use SOURCE filename. see dev.mysql.com/doc/refman/5.0/en/batch-commands.html
Álvaro González
@Mercer - If you want to know how to create a procedure, don't just ask how to run it.