triggers - Check MySQL new record without Pooling -


i searching method check new records (in mysql table) without pooling each x seconds or minutes.

i have found mysql triggers used can't call external program or php file?

you can call external program in trigger through

sys_exec() 

see:

http://crazytechthoughts.blogspot.jp/2011/12/call-external-program-from-mysql.html


Comments