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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -