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.
毎月末にストア プロシージャを呼び出す必要があります。特定の日時にトリガーを起動してストアド プロシージャを呼び出す方法を知る必要があります。
御時間ありがとうございます。
あなたができることは、イベントを作成することです。
CREATE EVENT event_name ON SCHEDULE period_of_time DO your_code_here