Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しいMySQL行が追加されたかどうかを常に(ループで)チェックする方法が必要です。追加された場合は、それを使用して何かを行い、具体的には関連するユーザーに通知を送信しますが、それを処理できます。MySQL の行数が変化したときにコードを実行する方法を知る必要があるだけです。
挿入および/または削除で MySQL トリガーを使用することを検討することをお勧めします。
http://dev.mysql.com/doc/refman/5.0/en/triggers.html
http://net.tutsplus.com/tutorials/databases/introduction-to-mysql-triggers/