I am currently writing my main assignment in my last semester in my research (IT-Engineering with Networking) and am currently working with MySQL.
My question is: is it possible to execute a Shell script / Command command from MySQL Trigger / Procedure? Or can this be done from a CASE statement? I searched the Internet and read that it was not practical. But I need a script to check the table in the database for warnings, and then warn people if there are any. If in any case this can be done, then I am open to ideas. Any input would be appreciated :)
source share