MySQL Forums
Forum List  »  Triggers

Re: How to check if database is up before my Trigger fires?
Posted by: Peter Brawley
Date: July 13, 2022 01:03PM

A Trigger can fire if and only if the database server is running, the database is present, and the conditions defined for the Trigger are met.



Edited 1 time(s). Last edit at 07/13/2022 02:34PM by Peter Brawley.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to check if database is up before my Trigger fires?
181
July 13, 2022 01:03PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.